1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Fixed #29563 -- Added result streaming for QuerySet.iterator() on SQLite.

This commit is contained in:
Andrew Brown
2018-07-20 14:57:17 -04:00
committed by Tim Graham
parent 55810d94d0
commit c0e3c65b9d
4 changed files with 31 additions and 10 deletions

View File

@@ -126,7 +126,7 @@ CSRF
Database backends
~~~~~~~~~~~~~~~~~
* ...
* Added result streaming for :meth:`.QuerySet.iterator` on SQLite.
Email
~~~~~