django1/docs/ref
Tim Graham 5695c142d2 Fixed #26294 -- Clarified call_command()'s handling of args and options. 2016-03-14 08:10:17 -04:00
..
class-based-views Refs #26217 -- Fixed typo in docs/ref/class-based-views/generic-date-based.txt. 2016-03-05 19:40:33 -05:00
contrib Fixed #26345 -- Clarified which RangesFields always return a canonical form. 2016-03-12 12:54:16 -05:00
files Fixed #23832 -- Added timezone aware Storage API. 2016-02-23 18:51:43 -05:00
forms Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
models Fixed #26239 -- Added a note about how auto_now works with QuerySet.update(). 2016-03-12 12:39:00 -05:00
templates Fixed #26275 -- Noted difference between o and Y date format chars. 2016-02-27 08:05:12 -05:00
applications.txt Fixed #26278 -- Clarified apps.ready docs. 2016-02-25 08:55:10 -05:00
checks.txt Removed unneeded hint=None/obj=None in system check messages. 2016-02-12 13:01:25 -05:00
clickjacking.txt Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
csrf.txt Fixed #26165 -- Added some FAQs about CSRF protection. 2016-03-01 08:45:05 -05:00
databases.txt Fixed #26121 -- Updated MySQL storage engine example. 2016-01-22 08:19:00 -05:00
django-admin.txt Fixed #26294 -- Clarified call_command()'s handling of args and options. 2016-03-14 08:10:17 -04:00
exceptions.txt Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
index.txt Moved CSRF docs out of contrib. 2014-11-03 07:47:39 -05:00
middleware.txt Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
migration-operations.txt Fixed #25833 -- Added support for non-atomic migrations. 2016-02-05 09:09:05 -05:00
request-response.txt Fixed #26014 -- Added WSGIRequest content_type and content_params attributes. 2016-02-10 18:19:23 -05:00
schema-editor.txt Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
settings.txt Fixed #26033 -- Added Argon2 password hasher. 2016-03-08 11:22:18 -05:00
signals.txt Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
template-response.txt Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
unicode.txt Added missing period to "etc.". 2016-01-11 18:05:15 -05:00
urlresolvers.txt Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
urls.txt Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
utils.txt Fixed typos in docs. 2016-03-13 19:48:24 +01:00
validators.txt Fixed #26107 -- Added option to int_list_validator() to allow negative integers. 2016-02-18 18:58:18 -05:00
views.txt Fixed indenting in "Serving files in development" code example 2016-03-09 14:55:55 +11:00