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 23fa942ef9..4818846bea 100644
--- a/docs/internals/deprecation.txt
+++ b/docs/internals/deprecation.txt
@@ -81,6 +81,10 @@ details on these changes.
* ``django.contrib.sessions.serializers.PickleSerializer`` will be removed.
+* The usage of ``QuerySet.iterator()`` on a queryset that prefetches related
+ objects without providing the ``chunk_size`` argument will no longer be
+ allowed.
+
.. _deprecation-removed-in-4.1:
4.1