diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-12 19:13:22 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 11:49:15 +0100 |
| commit | 139135627650ed6aaaf4c755b82c3bd43f2b8f51 (patch) | |
| tree | ed3f536247cc3a6b4e658846964f4155b60dab72 /docs/ref | |
| parent | b119f4329c2a4878f1c72f4d25d193d080792f62 (diff) | |
Refs #29984 -- Made QuerySet.iterator() without chunk_size raise ValueError after prefetch_related().
Per deprecation timeline.
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/querysets.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/ref/models/querysets.txt b/docs/ref/models/querysets.txt index 4a1836ba14..df77cabe33 100644 --- a/docs/ref/models/querysets.txt +++ b/docs/ref/models/querysets.txt @@ -2476,12 +2476,6 @@ value for ``chunk_size`` will result in Django using an implicit default of Depending on the database backend, query results will either be loaded all at once or streamed from the database using server-side cursors. -.. deprecated:: 4.1 - - Using ``iterator()`` on a queryset that prefetches related objects without - providing the ``chunk_size`` is deprecated. In Django 5.0, an exception - will be raise. - With server-side cursors ^^^^^^^^^^^^^^^^^^^^^^^^ |
