mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
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>
This commit is contained in:
parent
c27932ec93
commit
edbf930287
5 changed files with 112 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue