django1/django/test
François Freitag f3b7c05936 Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL.
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.
2017-01-11 09:25:37 -05:00
..
__init__.py Refs #25735 -- Made @tag decorator importable from django.test. 2016-02-19 14:21:00 -05:00
client.py Fixed #27622 -- Allowed test client to accept vendor tree JSON content types. 2016-12-29 08:32:15 -05:00
html.py Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6. 2016-09-17 15:44:06 -04:00
runner.py Fixed #25415 -- Made DiscoverRunner run system checks. 2016-12-29 12:33:24 -05:00
selenium.py Fixed #26577 -- Disabled implicit wait of Selenium tests where appropriate. 2016-05-03 23:19:24 -04:00
signals.py Fixed #15667 -- Added template-based widget rendering. 2016-12-27 17:50:10 -05:00
testcases.py Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL. 2017-01-11 09:25:37 -05:00
utils.py Fixed #27698 -- Added django.test.utils.ContextList.get() 2017-01-06 19:23:42 -05:00