.. |
class-based-views
|
Fixed incorrect formatting for inline pluralized code references in docs.
|
2025-03-13 15:18:35 -03:00 |
contrib
|
Fixed incorrect spacing in docs/ref/contrib/postgres/fields.txt.
|
2025-05-15 09:22:10 -03:00 |
files
|
Removed versionadded/changed annotations for 5.1.
|
2025-01-15 22:28:37 +01:00 |
forms
|
Refs #34380 -- Fixed the documented URLField default scheme to https.
|
2025-03-12 16:45:08 +01:00 |
models
|
Fixed #17461 -- Doc'd the presumed order of foreign keys on the intermediary model of a self-referential m2m.
|
2025-05-02 07:56:56 +01:00 |
templates
|
Fixed #36311 -- Unified spelling of "hardcode" and its variants in docs.
|
2025-04-15 14:48:55 -03:00 |
applications.txt
|
Fixed #23790 -- Warned about renaming AppConfig.label in docs/ref/applications.txt.
|
2024-07-01 21:52:04 -03:00 |
checks.txt
|
Fixed #22977 -- Added system check for clashing managers and reverse related fields.
|
2025-03-31 22:20:43 +02:00 |
clickjacking.txt
|
Removed outdated note about limitations in Clickjacking protection.
|
2024-07-04 18:08:19 -03:00 |
csrf.txt
|
Refs #35401 -- Linked the CsrfViewMiddleware docs to the csrf_protect() decorator.
|
2024-06-12 13:11:29 +02:00 |
databases.txt
|
Fixed #36346 -- Removed outdated section about the threaded option in Oracle driver.
|
2025-04-27 14:16:50 +02:00 |
django-admin.txt
|
Fixed #18296 -- Created missing custom target directory for startproject and startapp.
|
2025-04-27 14:41:27 +01:00 |
exceptions.txt
|
Fixed #33579 -- Specialized exception raised on forced update failures.
|
2025-03-10 21:09:15 +01:00 |
index.txt
|
Refs #32880 -- Moved logging reference to new document.
|
2021-06-30 07:21:52 +02:00 |
logging.txt
|
Removed versionadded/changed annotations for 5.1.
|
2025-01-15 22:28:37 +01:00 |
middleware.txt
|
Removed versionadded/changed annotations for 5.1.
|
2025-01-15 22:28:37 +01:00 |
migration-operations.txt
|
Fixed #35487 -- Removed CASCADE from RemoveField() on PostgreSQL.
|
2025-03-09 11:50:17 +01:00 |
paginator.txt
|
Fixed #35452 -- Deprecated orphans being more than or equal to page_size in pagination.
|
2025-03-25 12:04:13 +01:00 |
request-response.txt
|
Fixed #36332 -- Corrected HttpRequest.get_full_path() and HttpRequest.get_full_path_info() examples.
|
2025-05-13 17:41:17 +02:00 |
schema-editor.txt
|
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
|
2023-09-18 22:12:40 +02:00 |
settings.txt
|
Fixed #36138 -- Changed ADMINS and MANAGERS settings to lists of strings.
|
2025-03-21 10:17:57 +01:00 |
signals.txt
|
Clarified pre_delete and post_delete's origin attributes.
|
2025-03-31 16:10:44 +02:00 |
template-response.txt
|
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2023-03-01 13:03:56 +01:00 |
unicode.txt
|
Fixed broken links and redirects in docs.
|
2024-03-06 08:50:21 +01:00 |
urlresolvers.txt
|
Refs #25582 -- Doc'd query and fragment arguments for reverse_lazy().
|
2025-03-12 16:41:44 +01:00 |
urls.txt
|
Refs #35090 -- Removed support for django.urls.register_converter() overriding existing converters per deprecation timeline.
|
2025-01-15 22:28:37 +01:00 |
utils.txt
|
Refs #34609 -- Removed support for calling format_html() without arguments per deprecation timeline.
|
2025-01-15 22:28:37 +01:00 |
validators.txt
|
Removed versionadded/changed annotations for 5.1.
|
2025-01-15 22:28:37 +01:00 |
views.txt
|
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2023-03-01 13:03:56 +01:00 |