django/docs/ref
Tim Graham 260bc84901 [1.10.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and joins.
As of ccbba98131, both examples don't use
a join.

Backport of 44a6c27fd4 from master
2017-09-06 19:32:27 -04:00
..
class-based-views [1.10.x] Fixed #27680 -- Linked to "Classy Class-Based Views" in docs. 2017-01-04 19:12:37 -05:00
contrib [1.10.x] Fixed typo in docs/ref/contrib/postgres/fields.txt. 2017-06-09 12:43:28 -04:00
files [1.10.x] Fixed #27145 -- Updated Storage.save() docs for refs #18899. 2016-08-30 21:41:27 -04:00
forms [1.10.x] Removed incorrect "required" attribute in docs/ref/forms/fields.txt. 2017-05-29 18:01:41 -04:00
models [1.10.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and joins. 2017-09-06 19:32:27 -04:00
templates [1.10.x] Fixed #28239 -- Removed docs for a removed arg of template.Context. 2017-05-25 13:18:33 -04:00
applications.txt [1.10.x] Fixed docs typos in lines ending with a dash. 2016-10-06 11:01:47 -04:00
checks.txt [1.10.x] Fixed typo in docs/ref/checks.txt. 2016-10-11 10:33:07 -04:00
clickjacking.txt Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04:00
csrf.txt [1.10.x] Used strict comparison in docs/ref/csrf.txt's JavaScript. 2016-06-28 12:52:05 -04:00
databases.txt [1.10.x] Refs #27924 -- Doc'd that cx_Oracle < 5.3 is required. 2017-03-11 21:46:50 +01:00
django-admin.txt [1.10.x] Refs #26294 -- Fixed typo in docs/ref/django-admin.txt. 2017-05-30 17:16:18 -04:00
exceptions.txt [1.10.x] Documented AppRegistryNotReady. 2016-10-06 10:22:40 -04:00
index.txt Moved CSRF docs out of contrib. 2014-11-03 07:47:39 -05:00
middleware.txt [1.10.x] Normalized spelling of ETag. 2016-09-09 11:00:58 -04:00
migration-operations.txt Fixed #25833 -- Added support for non-atomic migrations. 2016-02-05 09:09:05 -05:00
request-response.txt [1.10.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example. 2016-12-20 08:30:41 -05:00
schema-editor.txt Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 10:42:05 -05:00
settings.txt [1.10.x] Fixed #24994 -- Documented the expected type of settings.SECRET_KEY. 2016-12-28 07:37:21 -05:00
signals.txt [1.10.x] Clarified when the post_migrate signal is sent during migrate. 2016-10-26 11:09:06 -04:00
template-response.txt Fixed typo in docs/ref/template-response.txt. 2016-04-18 07:50:13 -04:00
unicode.txt [1.10.x] Updated postgresql.org links to https and made them canonical. 2016-10-25 11:43:54 -04:00
urlresolvers.txt [1.10.x] Fixed capitalization of "URL pattern". 2016-07-06 15:31:44 -04:00
urls.txt [1.10.x] Documented url()'s 'regex' parameter. 2016-12-22 19:16:56 -05:00
utils.txt Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04: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 #26567 -- Updated references to obsolete RFC2616. 2016-05-03 11:14:40 -04:00