I am trying to use admin.LogEntry objects during a datamigration on Django 1.7
The \'django.contrib.admin\' app is listed on INSTALLED_APPS
\'django.contrib.admin\'
INSTALLED_APPS
For my case the LookupError was occuring because I had altered the models and added 'related_name' but had not run makemigrations and migrate.