django/docs/ref
Alexey Opalev 9f21e35100 Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__(). 2017-02-28 11:48:07 -05:00
..
class-based-views Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 2017-01-25 11:53:05 -05:00
contrib Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__(). 2017-02-28 11:48:07 -05:00
files Refs #23919, #27778 -- Removed obsolete mentions of unicode. 2017-01-26 08:19:27 -05:00
forms Fixed #27821 -- Clarified docs of the return value of Form.clean_<fieldname>(). 2017-02-08 08:38:08 -05:00
models Made a few queryset lookup examples consistent. 2017-02-24 16:35:08 -05:00
templates Made a sentence in default_if_none docs consistent with other template filters. 2017-02-15 08:39:39 -05:00
applications.txt Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
checks.txt Fixed spelling of "nonexistent". 2017-02-03 08:01:45 -05:00
clickjacking.txt Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04:00
csrf.txt Refs #16859 -- Updated CSRF FAQ to mention CSRF_USE_SESSIONS setting. 2017-01-20 18:56:48 -05:00
databases.txt Fixed #27683 -- Made MySQL default to the read committed isolation level. 2017-02-01 15:34:17 -05:00
django-admin.txt Fixed #27769 -- Documented option naming differences between django-admin and call_command(). 2017-01-27 16:12:45 -05: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 Removed versionadded/changed annotations for 1.10. 2017-01-17 20:52:05 -05:00
migration-operations.txt Removed unused imports in example migrations. 2017-01-21 07:40:33 -05:00
request-response.txt Fixed spelling of "nonexistent". 2017-02-03 08:01:45 -05:00
schema-editor.txt Refs #26709 -- Documented SchemaEditor.add/remove_index(). 2016-07-07 10:21:25 -04:00
settings.txt Fixed #27829 -- Deprecated settings.DEFAULT_CONTENT_TYPE. 2017-02-16 07:59:44 -05:00
signals.txt Removed versionadded/changed annotations for 1.10. 2017-01-17 20:52:05 -05:00
template-response.txt Fixed typo in docs/ref/template-response.txt. 2016-04-18 07:50:13 -04:00
unicode.txt Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri(). 2017-02-09 09:22:00 -05:00
urlresolvers.txt Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents 2017-01-26 19:49:03 +01:00
urls.txt Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
utils.txt Fixed spelling of "nonexistent". 2017-02-03 08:01:45 -05:00
validators.txt Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
views.txt Refs #23919, #27778 -- Removed obsolete mentions of unicode. 2017-01-26 08:19:27 -05:00