mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #27991 -- Added obj arg to InlineModelAdmin.has_add_permission().
Thanks Vladimir Ivanov for the initial patch.
This commit is contained in:
parent
4f88143649
commit
be6ca89396
7 changed files with 128 additions and 6 deletions
|
@ -41,6 +41,9 @@ details on these changes.
|
|||
|
||||
* ``django.contrib.staticfiles.templatetags.static()`` will be removed.
|
||||
|
||||
* The shim to allow ``InlineModelAdmin.has_add_permission()`` to be defined
|
||||
without an ``obj`` argument will be removed.
|
||||
|
||||
.. _deprecation-removed-in-2.1:
|
||||
|
||||
2.1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue