mirror of
https://github.com/django/django.git
synced 2025-11-25 13:13:28 +00:00
Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter().
Thank you Simon Meers for the initial patch.
This commit is contained in:
parent
57f2b935b3
commit
594fcc2b74
7 changed files with 133 additions and 17 deletions
|
|
@ -21,6 +21,9 @@ details on these changes.
|
|||
* Support for passing positional arguments to ``BaseConstraint`` will be
|
||||
removed.
|
||||
|
||||
* ``request`` will be required in the signature of
|
||||
``ModelAdmin.lookup_allowed()`` subclasses.
|
||||
|
||||
.. _deprecation-removed-in-5.1:
|
||||
|
||||
5.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue