.. |
class-based-views
|
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
2017-01-25 11:53:05 -05:00 |
contrib
|
Renamed "Mac OS X" to "macOS" in docs.
|
2017-04-24 20:16:09 -04:00 |
files
|
Fixed #27777 -- Made File.open() work with the with statement (#8310)
|
2017-04-07 14:21:06 +02:00 |
forms
|
Double quoted HTML attributes in widget docs
|
2017-04-14 08:47:50 +02:00 |
models
|
Updated docs after changing select_for_update() to raise NotSupportedError.
|
2017-04-11 11:52:53 -04:00 |
templates
|
Fixed outdated TIME_FORMAT in docs/ref/templates/builtins.txt.
|
2017-04-11 12:30:58 -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
|
Updated docs after changing select_for_update() to raise NotSupportedError.
|
2017-04-11 11:52:53 -04: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
|
…
|
|
index.txt
|
…
|
|
middleware.txt
|
…
|
|
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
|
Fixed #28031 -- Removed notes about old uWSGI/sentry versions (refs #20537).
|
2017-04-06 09:09:49 -04: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 #28067 -- Clarified __str__() return type when using python_2_unicode_compatible().
|
2017-04-14 08:05:58 -04: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 |