mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed #28817 -- Made QuerySet.iterator() use server-side cursors after values() and values_list().
This commit is contained in:
parent
6cb6382639
commit
d97f026a7a
4 changed files with 27 additions and 7 deletions
|
@ -18,3 +18,6 @@ Bugfixes
|
|||
|
||||
* Fixed incorrect index name truncation when using a namespaced ``db_table``
|
||||
(:ticket:`28792`).
|
||||
|
||||
* Made ``QuerySet.iterator()`` use server-side cursors on PostgreSQL after
|
||||
``values()`` and ``values_list()`` (:ticket:`28817`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue