summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
Diffstat (limited to 'docs/internals')
-rw-r--r--docs/internals/deprecation.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/internals/deprecation.txt b/docs/internals/deprecation.txt
index 24831951a7..37730ca982 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -31,6 +31,10 @@ details on these changes.
* Support for setting the ``ADMINS`` or ``MANAGERS`` settings to a list of
(name, address) tuples will be removed.
+* The ``orphans`` argument being larger than or equal to the ``per_page``
+ argument of ``django.core.paginator.Paginator`` and
+ ``django.core.paginator.AsyncPaginator`` will no longer be allowed.
+
.. _deprecation-removed-in-6.1:
6.1