.. |
class-based-views
|
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
2017-01-25 11:53:05 -05:00 |
contrib
|
Fixed incorrect namespace in sitemap example.
|
2017-01-30 12:07:14 -05:00 |
files
|
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
2017-01-26 08:19:27 -05:00 |
forms
|
Fixed #27501 -- Documented lazy evaluation of ModelChoiceField.queryset.
|
2017-01-26 18:54:55 -05:00 |
models
|
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
2017-01-26 08:19:27 -05:00 |
templates
|
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
2017-01-26 08:19:27 -05:00 |
applications.txt
|
Refs #23919 -- Removed misc references to Python 2.
|
2017-01-21 20:02:00 -05:00 |
checks.txt
|
Refs #23919 -- Removed Python 2 notes in docs.
|
2017-01-18 11:51:29 -05: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 #27788 -- Dropped support for Oracle < 12.1.
|
2017-01-28 08:19:47 -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
|
|
|
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
|
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
2017-01-26 08:19:27 -05:00 |
schema-editor.txt
|
|
|
settings.txt
|
Removed versionadded/changed annotations for 1.10.
|
2017-01-17 20:52:05 -05:00 |
signals.txt
|
Removed versionadded/changed annotations for 1.10.
|
2017-01-17 20:52:05 -05:00 |
template-response.txt
|
|
|
unicode.txt
|
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents
|
2017-01-26 19:49:03 +01: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
|
Fixed #27748 -- Switched HTTP error handlers to reference callables instead of strings.
|
2017-01-27 16:13:40 -05:00 |
utils.txt
|
Refs #23919 -- Removed usage of obsolete SafeBytes class
|
2017-01-30 15:04:45 +01:00 |
validators.txt
|
Removed versionadded/changed annotations for 1.10.
|
2017-01-17 20:52:05 -05:00 |
views.txt
|
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
2017-01-26 08:19:27 -05:00 |