When updating a django project that includes the grappelli app to Django 1.7, grappelli has to be updated, as well. This, however, breaks the autocomplete_lookup_fields keyword for inline selection of foreign key entries. This is because grappelli actually plugs into the django-admin interface of django and uses JavaScript to redirect […]