-
Notifications
You must be signed in to change notification settings - Fork 235
Last inline not displayed, if has_add_permission returns False #132
Comments
I've found that it only happens with Django 2. Following patch works for me, but it is obviously not backwards compatible:
|
Same concerns here.
I would expect that returning Environment:
Thanks for your work on this repo |
Adding condition "and inline_admin_formset.has_add_permission" to template is fixing problem: /templates/admin/edit_inline/tabular.html
|
Lets have following simple test application:
models.py:
admin.py:
The first Inline admin doesn't show the last child.
The text was updated successfully, but these errors were encountered: