django/docs/ref
Tim Graham 3df8ccf6fc [1.9.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:42 -04:00
..
class-based-views [1.9.x] Fixed #26695 -- Clarified return value of View.options(). 2016-06-01 08:29:34 -04:00
contrib [1.9.x] Fixed incorrect namespace in sitemap example. 2017-01-30 12:07:55 -05:00
files [1.9.x] Fixed #26508 -- Clarified docs for various FieldFile methods. 2016-05-07 12:22:21 -04:00
forms [1.9.x] Fixed #26837 -- Documented ModelMultipleChoiceField.to_field_name 2016-07-08 11:30:30 -04:00
models [1.9.x] Fixed #28561 -- Removed inaccurate docs about QuerySet.order_by() and joins. 2017-09-06 19:32:42 -04:00
templates [1.9.x] Fixed #26754 -- Documented django.template.context_processors.tz 2016-06-14 12:01:09 +02:00
applications.txt [1.9.x] Fixed #26278 -- Clarified apps.ready docs. 2016-02-25 08:56:13 -05:00
checks.txt [1.9.x] Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 11:54:26 -05:00
clickjacking.txt [1.9.x] Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 11:54:26 -05:00
csrf.txt [1.9.x] Used strict comparison in docs/ref/csrf.txt's JavaScript. 2016-06-28 12:52:09 -04:00
databases.txt [1.9.x] Refs #27924 -- Doc'd that cx_Oracle < 5.3 is required. 2017-03-11 22:03:43 +01:00
django-admin.txt [1.9.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt. 2017-03-28 10:38:48 -04:00
exceptions.txt Fixed #24763 -- Moved DoesNotExist exception to model docs. 2015-05-08 13:05:50 -04:00
index.txt Moved CSRF docs out of contrib. 2014-11-03 07:47:39 -05:00
middleware.txt [1.9.x] Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 11:54:26 -05:00
migration-operations.txt [1.9.x] Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 11:54:26 -05:00
request-response.txt [1.9.x] Fixed #27616 -- Fixed incorrect vary_on_headers() example. 2016-12-20 08:30:45 -05:00
schema-editor.txt [1.9.x] Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 11:54:26 -05:00
settings.txt [1.9.x] Fixed CVE-2016-9014 -- Validated Host header when DEBUG=True. 2016-10-25 15:18:29 -04:00
signals.txt [1.9.x] Fixed #26918 -- Clarified source of pre/post_save update_fields argument. 2016-07-21 10:07:33 -04:00
template-response.txt [1.9.x] Fixed typo in docs/ref/template-response.txt. 2016-04-18 07:50:56 -04:00
unicode.txt [1.9.x] Added missing period to "etc.". 2016-01-11 18:05:56 -05:00
urlresolvers.txt [1.9.x] Fixed capitalization of "URL pattern". 2016-07-06 15:32:47 -04:00
urls.txt [1.9.x] Fixed #26124 -- Added missing code formatting to docs headers. 2016-02-01 11:54:26 -05:00
utils.txt [1.9.x] Refs #26021 -- Used hanging indentation in some doc examples. 2016-05-14 19:07:39 -04:00
validators.txt [1.9.x] Followed recommended ValidationError use in docs. 2016-02-17 09:07:11 -05:00
views.txt [1.9.x] Fixed #26567 -- Updated references to obsolete RFC2616. 2016-05-03 11:16:27 -04:00