I have a ForeignKey field in admin which is rendered using django-grappelli like that:
However when I use grappelli autocomplete lookups the field is rendered without "add" button:
How can I have both: grappelli's autocomplete and "+" button? There is nothing in the docs...