django1/docs/ref
Tim Graham 3f372ef9d3 [2.0.x] Fixed #28786 -- Doc'd middleware ordering considerations due to CommonMiddleware setting Content-Length.
Backport of bc95314ca6 from master
2017-11-14 12:57:18 -05:00
..
class-based-views [2.0.x] Fixed #28627 -- Added slug converter to some path() examples in docs. 2017-09-25 13:11:07 -04:00
contrib [2.0.x] Fixed #28777 -- Clarified the docs for admin.register's args. 2017-11-09 21:22:03 -05:00
files Refs #27777 -- Improved docs/added test for File context manager change. 2017-05-31 21:02:58 -04:00
forms [2.0.x] Fixed #28729 -- Replaced a numbered list with unordered list in TemplatesSetting docs. 2017-10-20 14:03:47 -04:00
models [2.0.x] Fixed #28781 -- Added QuerySet.values()/values_list() support for union(), difference(), and intersection(). 2017-11-12 14:31:21 +01:00
templates Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00
applications.txt Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
checks.txt [2.0.x] Fixed #28663 -- Add a check for likely incorrectly migrated django.urls.path() routes. 2017-11-07 11:40:17 -05:00
clickjacking.txt Updated various links in docs to avoid redirects 2017-05-22 19:28:44 +02:00
csrf.txt Refs #16870 -- Doc'd that CSRF protection requires the Referer header. 2017-06-22 11:50:00 -04:00
databases.txt Fixed #28010 -- Added FOR UPDATE OF support to QuerySet.select_for_update(). 2017-06-29 16:00:15 -04:00
django-admin.txt Refs #24928 -- Added introspection support for PostgreSQL JSONField 2017-09-09 18:26:29 +02:00
exceptions.txt Refs #23919 -- Removed Python 2 notes in docs. 2017-01-18 11:51:29 -05:00
index.txt Moved CSRF docs out of contrib. 2014-11-03 07:47:39 -05:00
middleware.txt [2.0.x] Fixed #28786 -- Doc'd middleware ordering considerations due to CommonMiddleware setting Content-Length. 2017-11-14 12:57:18 -05:00
migration-operations.txt Removed unused imports in example migrations. 2017-01-21 07:40:33 -05:00
request-response.txt [2.0.x] Fixed #28741 -- Removed unnecessary leading dot from cross-domain cookie examples. 2017-11-01 11:06:56 -04:00
schema-editor.txt Refs #26709 -- Documented SchemaEditor.add/remove_index(). 2016-07-07 10:21:25 -04:00
settings.txt [2.0.x] Fixed #28776 -- Fixed a/an/and typos in docs and comments. 2017-11-06 22:41:23 -05:00
signals.txt Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537). 2017-04-06 09:09:49 -04:00
template-response.txt Fixed typo in docs/ref/template-response.txt. 2016-04-18 07:50:13 -04:00
unicode.txt [2.0.x] Refs #23919 -- Replaced doc references to django.utils.http.urlquote() and urlquote_plus() with standard library alternatives. 2017-11-01 11:11:48 -04:00
urlresolvers.txt Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00
urls.txt [2.0.x] Refs #21927 -- Removed docs for include()'s old instance_namespace parameter. 2017-10-28 07:49:25 -04:00
utils.txt [2.0.x] Fixed 'a'/'an' mix-ups in docs. 2017-10-30 21:47:27 -04:00
validators.txt Fixed #28201 -- Added ProhibitNullCharactersValidator and used it on CharField form field. 2017-08-12 20:14:14 -04:00
views.txt Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. 2017-09-20 18:04:42 -04:00