django/docs/ref
Adam Johnson 7f8a924b45 Refs #27834 -- Removed Value wrapping from StrIndex's substring param. 2017-04-03 08:39:57 -04:00
..
class-based-views Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 2017-01-25 11:53:05 -05:00
contrib Refs #12410 -- Doc'd LineLocatePoint in functions' summary table. 2017-04-03 07:33:43 -04:00
files Refs #23919, #27778 -- Removed obsolete mentions of unicode. 2017-01-26 08:19:27 -05:00
forms Fixed #27993 -- Fixed model form default fallback for SelectMultiple. 2017-03-31 10:10:08 -04:00
models Refs #27834 -- Removed Value wrapping from StrIndex's substring param. 2017-04-03 08:39:57 -04:00
templates Fixed #27359 -- Made Engine.get_default() return the first DjangoTemplates engine if multiple are defined. 2017-03-31 17:26:42 -04:00
applications.txt Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
checks.txt Removed extra characters in docs header underlines. 2017-03-20 18:30:32 -04:00
clickjacking.txt
csrf.txt Refs #16859 -- Updated CSRF FAQ to mention CSRF_USE_SESSIONS setting. 2017-01-20 18:56:48 -05:00
databases.txt Fixed #27966 -- Bumped required psycopg2 version to 2.5.4. 2017-03-21 17:23:17 +01:00
django-admin.txt Fixed #28004 -- Doc'd how to create migrations for an app without a migrations directory. 2017-04-01 14:26:39 -04:00
exceptions.txt Refs #23919 -- Removed Python 2 notes in docs. 2017-01-18 11:51:29 -05:00
index.txt
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
settings.txt Removed extra characters in docs header underlines. 2017-03-20 18:30:32 -04:00
signals.txt Removed versionadded/changed annotations for 1.10. 2017-01-17 20:52:05 -05:00
template-response.txt
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 Fixed #27945 -- Clarified that RegexValidator searches with the regex. 2017-03-21 12:27:42 -04:00
views.txt Refs #23919, #27778 -- Removed obsolete mentions of unicode. 2017-01-26 08:19:27 -05:00