summaryrefslogtreecommitdiff
path: root/docs/internals
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2022-01-09 00:58:41 -0500
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-01-25 06:12:04 +0100
commitedbf930287cb72e9afab1f7208c24b1146b0c4ec (patch)
treea7f758adc4bd3367b1a342f2287961c10b0ba741 /docs/internals
parentc27932ec938217d4fbb0adad23c0d0708f83f690 (diff)
downloaddjango-edbf930287cb72e9afab1f7208c24b1146b0c4ec.tar.gz
Fixed #29984 -- Added QuerySet.iterator() support for prefetching related objects.
Co-authored-by: Raphael Kimmig <raphael.kimmig@ampad.de> Co-authored-by: Simon Charette <charette.s@gmail.com>
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