.. |
class-based-views
|
[3.1.x] Fixed #32536 -- Added links to BaseDetailView/BaseListView.get() methods in CBV docs.
|
2021-03-16 08:04:28 +01:00 |
contrib
|
[3.1.x] Updated datum directory for PROJ 6 in GIS install instructions.
|
2021-03-15 08:21:32 +01:00 |
files
|
[3.1.x] Fixed typo in docs/ref/files/storage.txt.
|
2020-12-21 07:35:48 +01:00 |
forms
|
[3.1.x] Fixed typo in docs/ref/forms/widgets.txt.
|
2021-02-01 12:05:49 +01:00 |
models
|
[3.1.x] Refs #32483 -- Doc'd caveat about using JSONField key transforms to booleans with QuerySet.values()/values_list() on SQLite.
|
2021-03-04 11:31:22 +01:00 |
templates
|
[3.1.x] Fixed typo in docs/ref/templates/builtins.txt.
|
2021-01-04 07:35:34 +01:00 |
applications.txt
|
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
|
2020-05-04 12:10:47 +02:00 |
checks.txt
|
[3.1.x] Fixed typo in docs/ref/checks.txt.
|
2021-03-15 09:42:47 +01:00 |
clickjacking.txt
|
Fixed #30732 -- Doc'd that SameSite cookies flags can affect xframe_options_exempt.
|
2019-09-23 15:09:37 +02:00 |
csrf.txt
|
[3.1.x] Fixed #32065 -- Restored leading dot to CSRF_COOKIE_DOMAIN examples.
|
2020-10-07 10:04:24 +02:00 |
databases.txt
|
[3.1.x] Removed unsupported third-party database backends from docs.
|
2020-07-08 22:30:23 +02:00 |
django-admin.txt
|
[3.1.x] Fixed #32576 -- Corrected dumpdata docs for passing model names to the --exclude option.
|
2021-03-22 08:45:20 +01:00 |
exceptions.txt
|
[3.1.x] Mentioned ASGI handler in SuspiciousOperation docs.
|
2020-09-09 09:35:56 +02:00 |
index.txt
|
Fixed #28581 -- Moved django.core.paginator documentation to API Reference.
|
2019-07-04 11:04:39 +02:00 |
middleware.txt
|
Fixed some typos in comments and docs.
|
2019-10-02 15:50:46 +02:00 |
migration-operations.txt
|
Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments.
|
2020-05-04 12:10:47 +02:00 |
paginator.txt
|
Fixed #14218 -- Added Paginator.__iter__().
|
2019-10-02 09:49:31 +02:00 |
request-response.txt
|
[3.1.x] Fixed #29356 -- Clarified docs for QueryDict.getlist() default.
|
2020-10-08 14:20:38 +02:00 |
schema-editor.txt
|
[3.1.x] Fixed outdated notes in SchemaEditor docs.
|
2020-10-20 09:49:39 +02:00 |
settings.txt
|
[3.1.x] Refs #28741 -- Doc'd SESSION_COOKIE_DOMAIN requirement with CSRF_USE_SESSIONS.
|
2021-01-04 08:17:46 +01:00 |
signals.txt
|
[3.1.x] Refs #31502 -- Made minor edits to Model._state docs.
|
2020-07-16 21:12:13 +02:00 |
template-response.txt
|
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
2019-09-06 13:27:46 +02:00 |
unicode.txt
|
Used :rfc: role in various docs.
|
2020-04-15 18:31:30 +02:00 |
urlresolvers.txt
|
Removed versionadded/changed annotations for 2.2.
|
2019-09-10 12:01:00 +02:00 |
urls.txt
|
Fixed #31534 -- Deprecated django.conf.urls.url().
|
2020-05-05 07:34:34 +02:00 |
utils.txt
|
Refs #30165 -- Removed obsolete doc references to deprecated ugettext() & co.
|
2020-04-20 07:57:24 +02:00 |
validators.txt
|
[3.1.x] Improved RegexValidator docs.
|
2020-06-30 12:55:52 +02:00 |
views.txt
|
Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty.
|
2019-09-06 13:27:46 +02:00 |