.. |
class-based-views
|
dc165ec8e5
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
|
8 years ago |
contrib
|
9f21e35100
Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__().
|
8 years ago |
files
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 years ago |
forms
|
8863c475c5
Fixed #27821 -- Clarified docs of the return value of Form.clean_<fieldname>().
|
8 years ago |
models
|
b427f0d674
Made a few queryset lookup examples consistent.
|
8 years ago |
templates
|
a7214f0e84
Made a sentence in default_if_none docs consistent with other template filters.
|
8 years ago |
applications.txt
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 years ago |
checks.txt
|
a452dddb25
Fixed #27904 -- Added a system check that Field.validators are callable.
|
8 years ago |
clickjacking.txt
|
9baf692a58
Fixed #26601 -- Improved middleware per DEP 0005.
|
9 years ago |
csrf.txt
|
503e944ac7
Refs #16859 -- Updated CSRF FAQ to mention CSRF_USE_SESSIONS setting.
|
8 years ago |
databases.txt
|
924af638e4
Fixed #27683 -- Made MySQL default to the read committed isolation level.
|
8 years ago |
django-admin.txt
|
c8d21f3351
Fixed #27769 -- Documented option naming differences between django-admin and call_command().
|
8 years ago |
exceptions.txt
|
f6acd1d271
Refs #23919 -- Removed Python 2 notes in docs.
|
8 years ago |
index.txt
|
d3db878e4b
Moved CSRF docs out of contrib.
|
10 years ago |
middleware.txt
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 years ago |
migration-operations.txt
|
a76d12ceb4
Removed unused imports in example migrations.
|
8 years ago |
request-response.txt
|
29f607927f
Fixed spelling of "nonexistent".
|
8 years ago |
schema-editor.txt
|
3551fb537f
Refs #26709 -- Documented SchemaEditor.add/remove_index().
|
8 years ago |
settings.txt
|
c577d8a498
Described DEBUG_PROPAGATE_EXCEPTIONS behavior in more detail.
|
8 years ago |
signals.txt
|
e27e4c0339
Removed versionadded/changed annotations for 1.10.
|
8 years ago |
template-response.txt
|
7ba7d203d8
Fixed typo in docs/ref/template-response.txt.
|
9 years ago |
unicode.txt
|
03281d8fe7
Fixed #26005 -- Fixed some percent decoding cases in uri_to_iri().
|
8 years ago |
urlresolvers.txt
|
fee42fd99e
Refs #23919 -- Replaced usage of django.utils.http utilities with Python equivalents
|
8 years ago |
urls.txt
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 years ago |
utils.txt
|
29f607927f
Fixed spelling of "nonexistent".
|
8 years ago |
validators.txt
|
c651331b34
Converted usage of ugettext* functions to their gettext* aliases
|
8 years ago |
views.txt
|
d1bab24e01
Refs #23919, #27778 -- Removed obsolete mentions of unicode.
|
8 years ago |