From 594fcc2b7427f7baf2cf1a2d7cd2be61467df0c3 Mon Sep 17 00:00:00 2001 From: sarahboyce Date: Thu, 13 Apr 2023 11:46:47 +0200 Subject: Fixed #22569 -- Made ModelAdmin.lookup_allowed() respect get_list_filter(). Thank you Simon Meers for the initial patch. --- docs/internals/deprecation.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/internals') diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt index b151020375..168a5572c6 100644 --- a/docs/internals/deprecation.txt +++ b/docs/internals/deprecation.txt @@ -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 -- cgit v1.3