.. |
class-based-views
|
8045dff98c
Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.
|
6 years ago |
contrib
|
ccb7f7c6d2
Fixed #25633 -- Updated macOS Spatialite installation instructions.
|
5 years ago |
files
|
881362986a
Fixed "byte string" typo in various docs and comments.
|
6 years ago |
forms
|
e86cc14bd3
Changed docs to link to Python's description of iterable.
|
5 years ago |
models
|
5402061c80
Refs #30062 -- Corrected UniqueConstraint signature in docs.
|
5 years ago |
templates
|
e3968df527
Refs #20122 -- Corrected documentation of pluralize template filter.
|
5 years ago |
applications.txt
|
9b15ff08ba
Used auto-numbered lists in documentation.
|
6 years ago |
checks.txt
|
bceadd2788
Fixed #30396 -- Added system checks for uniqueness of indexes and constraints names.
|
6 years ago |
clickjacking.txt
|
9b15ff08ba
Used auto-numbered lists in documentation.
|
6 years ago |
csrf.txt
|
8e675e2bd8
Fixed #30299 -- Removed jQuery dependency from getCookie() in CSRF docs.
|
6 years ago |
databases.txt
|
1686dce06c
Fixed #30199 -- Adjusted QuerySet.get_or_create() docs to highlight atomicity warning.
|
5 years ago |
django-admin.txt
|
59de9494e7
Fixed typo in docs/ref/django-admin.txt.
|
5 years ago |
exceptions.txt
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 years ago |
index.txt
|
d3db878e4b
Moved CSRF docs out of contrib.
|
10 years ago |
middleware.txt
|
bae66e759f
Fixed #30091 -- Doc'd middleware ordering requirements with CSRF_USE_SESSIONS.
|
6 years ago |
migration-operations.txt
|
5bbf31634f
Fixed typo in docs/ref/migration-operations.txt.
|
6 years ago |
request-response.txt
|
de4832c49b
Fixed #30196 -- Made FileResponse set Content-Disposition inline if filename is available.
|
5 years ago |
schema-editor.txt
|
5446b72003
Removed versionadded/changed annotations for 1.11.
|
7 years ago |
settings.txt
|
80482e9249
Fixes #30342 -- Removed a system check for LANGUAGES_BIDI setting.
|
6 years ago |
signals.txt
|
3529d0eabf
Corrected docs and removed unused code for got_request_exception signal's sender argument.
|
6 years ago |
template-response.txt
|
8045dff98c
Refs #27829 -- Removed settings.DEFAULT_CONTENT_TYPE per deprecation timeline.
|
6 years ago |
unicode.txt
|
198a2a9381
Removed unnecessary /static from links to PostgreSQL docs.
|
6 years ago |
urlresolvers.txt
|
79c196cfb2
Fixed #28766 -- Added ResolverMatch.route.
|
6 years ago |
urls.txt
|
49f97b645f
Refs #24733 -- Documented arguments for custom error views.
|
6 years ago |
utils.txt
|
8d76443aba
Fixed #30399 -- Changed django.utils.html.escape()/urlize() to use html.escape()/unescape().
|
6 years ago |
validators.txt
|
24cae0bedc
Fixed #29860 -- Allowed BaseValidator to accept a callable limit_value.
|
6 years ago |
views.txt
|
df41b5a05d
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
|
7 years ago |