3

I have a ForeignKey field in admin which is rendered using django-grappelli like that:

enter image description here

However when I use grappelli autocomplete lookups the field is rendered without "add" button:

enter image description here

How can I have both: grappelli's autocomplete and "+" button? There is nothing in the docs...

laszchamachla
  • 763
  • 9
  • 21

1 Answers1

0

Seems like old question but anyway.. You can add object with Django Grappelli autocomplete lookup. When you click magnifier icon, you should see Add button within list interface. Make sure you have appropriate permissions to add this type of object.

pista329
  • 691
  • 8
  • 14