summaryrefslogtreecommitdiff
path: root/tests/backends/test_postgresql.py
AgeCommit message (Collapse)Author
2017-04-03[1.11.x] Fixed flake8 warning on Python 2.Tim Graham
2017-01-11Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.François Freitag
Thanks to Josh Smeaton for the idea of implementing server-side cursors in PostgreSQL from the iterator method, and Anssi Kääriäinen and Kevin Turner for their previous work. Also Simon Charette and Tim Graham for review.