summaryrefslogtreecommitdiff
path: root/docs/internals/deprecation.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals/deprecation.txt')
-rw-r--r--docs/internals/deprecation.txt3
1 files changed, 3 insertions, 0 deletions
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