.. |
class-based-views
|
Updated note about ListView pagination example in CBV docs.
|
2022-04-19 21:38:49 +02:00 |
contrib
|
[4.1.x] Fixed #34018 -- Fixed typo in docs/ref/contrib/flatpages.txt.
|
2022-09-16 16:33:10 +02:00 |
files
|
[4.1.x] Refs #26029 -- Doc'd django.core.files.storage.default_storage.
|
2022-08-10 12:24:05 +02:00 |
forms
|
[4.1.x] Fixed typo in docs/ref/forms/renderers.txt.
|
2022-08-06 13:44:05 +02:00 |
models
|
[4.1.x] Clarified how to reference RelatedObjectDoesNotExist exceptions.
|
2022-10-01 16:43:11 +02:00 |
templates
|
[4.1.x] Fixed #33317 -- Added note about unconditional evaluation of {% block %} tags.
|
2022-07-22 10:10:23 +02:00 |
applications.txt
|
Removed hyphen from pre-/re- prefixes.
|
2022-04-28 10:44:14 +02:00 |
checks.txt
|
[4.1.x] Refs #32987 -- Relaxed system check for template tag modules with the same name by turning into a warning.
|
2022-10-03 10:52:47 +02:00 |
clickjacking.txt
|
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
|
2021-05-17 09:46:09 +02:00 |
csrf.txt
|
Refs #28592 -- Created a new CSRF how-to document.
|
2022-03-17 06:53:53 +01:00 |
databases.txt
|
[4.1.x] Refs #30511 -- Updated docs about auto-incrementing primary keys on PostgreSQL.
|
2022-08-26 21:44:24 +02:00 |
django-admin.txt
|
Removed hyphen from pre-/re- prefixes.
|
2022-04-28 10:44:14 +02:00 |
exceptions.txt
|
Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings.
|
2021-10-20 08:40:19 +02:00 |
index.txt
|
Refs #32880 -- Moved logging reference to new document.
|
2021-06-30 07:21:52 +02:00 |
logging.txt
|
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
|
2021-07-29 06:24:12 +02:00 |
middleware.txt
|
Corrected CSRF reference in middleware docs.
|
2022-03-17 06:03:10 +01:00 |
migration-operations.txt
|
Refs #27064 -- Added RenameIndex migration operation.
|
2022-05-12 20:44:03 +02:00 |
paginator.txt
|
Doc'd a precise exception type in Paginator.page() docs.
|
2021-10-13 08:46:46 +02:00 |
request-response.txt
|
Fixed #33683 -- Document HttpResponseBase and allow import from django.http
|
2022-05-17 09:51:16 +02:00 |
schema-editor.txt
|
Refs #27064 -- Added RenameIndex migration operation.
|
2022-05-12 20:44:03 +02:00 |
settings.txt
|
[4.1.x] Fixed #33920 -- Doc'd dependency of LOGGING_CONFIG callback on non-empty LOGGING.
|
2022-08-24 12:28:47 +02:00 |
signals.txt
|
Changed some words to use inline markup.
|
2022-03-10 10:18:31 +01:00 |
template-response.txt
|
Removed hyphen from pre-/re- prefixes.
|
2022-04-28 10:44:14 +02:00 |
unicode.txt
|
Updated Oracle docs links to Oracle 21c.
|
2022-03-29 09:41:57 +02:00 |
urlresolvers.txt
|
Fixed #16406 -- Added ResolveMatch.captured_kwargs and extra_kwargs.
|
2022-03-29 10:27:40 +02:00 |
urls.txt
|
Refs #33365, Refs #30530 -- Doc'd re_path() behavior change in Django 2.2.25, 3.1.14, and 3.2.10.
|
2021-12-15 18:54:02 +01:00 |
utils.txt
|
[4.1.x] Refs #33779 -- Doc'd django.utils.html.json_script().
|
2022-06-28 11:35:41 +02:00 |
validators.txt
|
Fixed #32559 -- Added 'step_size’ to numeric form fields.
|
2022-05-12 14:16:52 +02:00 |
views.txt
|
Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and docs where appropriate.
|
2021-02-06 13:41:35 +01:00 |