1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/docs/ref
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
..
class-based-views Fixed #27680 -- Linked to "Classy Class-Based Views" in docs. 2017-01-04 19:12:14 -05:00
contrib Fixed #24452 -- Fixed HashedFilesMixin correctness with nested paths. 2017-01-11 09:21:29 -05:00
files
forms Fixed #15667 -- Added template-based widget rendering. 2016-12-27 17:50:10 -05:00
models Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL. 2017-01-11 09:25:37 -05:00
templates Fixed #27598 -- Allowed specifying directories for a filesystem template loader. 2016-12-14 10:33:51 -05:00
applications.txt Fixed #25966 -- Made get_user_model() work at import time. 2016-11-25 14:15:49 +01:00
checks.txt Alphabetized system check reference. 2017-01-05 11:04:44 -05:00
clickjacking.txt
csrf.txt Refs #16859 -- Allowed storing CSRF tokens in sessions. 2016-11-30 08:57:27 -05:00
databases.txt Refs #16614 -- Made QuerySet.iterator() use server-side cursors on PostgreSQL. 2017-01-11 09:25:37 -05:00
django-admin.txt Fixed #27432 -- Made app_label arguments limit showmigrations --plan output. 2017-01-06 19:50:31 -05:00
exceptions.txt
index.txt
middleware.txt Refs #16859 -- Allowed storing CSRF tokens in sessions. 2016-11-30 08:57:27 -05:00
migration-operations.txt
request-response.txt Fixed #27616 -- Fixed incorrect vary_on_headers() example. 2016-12-20 08:30:18 -05:00
schema-editor.txt
settings.txt Fixed #24994 -- Documented the expected type of settings.SECRET_KEY. 2016-12-28 07:36:37 -05:00
signals.txt
template-response.txt
unicode.txt Updated Oracle docs links to Oracle 12c. 2016-10-31 14:32:50 -04:00
urlresolvers.txt
urls.txt Documented url()'s 'regex' parameter. 2016-12-22 19:16:26 -05:00
utils.txt Removed obsolete versionadded/changed annotations. 2017-01-02 10:38:54 -05:00
validators.txt
views.txt