Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter().

Thank you Simon Meers for the initial patch.
This commit is contained in:
sarahboyce 2023-04-13 11:46:47 +02:00 committed by Mariusz Felisiak
parent 57f2b935b3
commit 594fcc2b74
7 changed files with 133 additions and 17 deletions

View file

@ -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