.. |
auth
|
Removed versionadded/changed annotations for 5.1.
|
2025-01-15 22:28:37 +01:00 |
class-based-views
|
Added missing backticks to class-based views docs.
|
2024-11-26 17:10:39 -03:00 |
db
|
Fixed #36128 -- Clarified auto-generated unique constraint on m2m through models.
|
2025-03-04 13:06:09 +01:00 |
forms
|
Fixed #35886 -- Added support for object-based form media script assets.
|
2025-01-02 13:08:13 +01:00 |
http
|
Refs #35090 -- Removed support for django.urls.register_converter() overriding existing converters per deprecation timeline.
|
2025-01-15 22:28:37 +01:00 |
i18n
|
Refs #36005 -- Used datetime.UTC alias instead of datetime.timezone.utc.
|
2025-02-18 08:35:36 +01:00 |
testing
|
Refs #35967 -- Deprecated BaseDatabaseCreation.create_test_db(serialize).
|
2025-02-16 08:43:42 +01:00 |
async.txt
|
Removed versionadded/changed annotations for 5.0.
|
2024-05-22 15:44:07 -03:00 |
cache.txt
|
Added some heading labels to to docs/topics/cache.txt.
|
2025-03-02 19:55:04 +01:00 |
checks.txt
|
Fixed #35358, Refs #35234 -- Renamed _check() methods to check() for constraints.
|
2025-02-19 20:27:30 +01:00 |
composite-primary-key.txt
|
Fixed #36070 -- Clarified model validation behavior for composite pks.
|
2025-01-15 13:44:23 +01:00 |
conditional-view-processing.txt
|
Applied Black's 2024 stable style.
|
2024-01-26 12:45:07 +01:00 |
email.txt
|
Refs #36005 -- Bumped minimum supported versions of 3rd-party packages.
|
2025-01-28 08:02:13 +01:00 |
external-packages.txt
|
Used extlinks for PyPI links.
|
2023-04-17 06:55:32 +02:00 |
files.txt
|
Refs #25778 -- Updated some links and references to HTTPS.
|
2023-11-29 11:21:22 +01:00 |
index.txt
|
Fixed #373 -- Added CompositePrimaryKey.
|
2024-11-29 11:23:04 +01:00 |
install.txt
|
Relocated database setup details to install docs to simplify tutorial 2.
|
2024-07-04 15:30:52 -03:00 |
logging.txt
|
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2023-03-01 13:03:56 +01:00 |
migrations.txt
|
Fixed #24529 -- Allowed double squashing of migrations.
|
2025-01-22 10:56:30 +01:00 |
pagination.txt
|
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2023-03-01 13:03:56 +01:00 |
performance.txt
|
Fixed #36005 -- Dropped support for Python 3.10 and 3.11.
|
2025-01-20 14:07:28 +01:00 |
security.txt
|
Added security reporting guidelines.
|
2025-02-24 08:51:08 +01:00 |
serialization.txt
|
Fixed #29522 -- Refactored the Deserializer functions to classes.
|
2024-09-17 11:00:49 +02:00 |
settings.txt
|
Updated "Dive Into Python" links.
|
2024-01-20 19:43:55 +01:00 |
signals.txt
|
Removed versionadded/changed annotations for 5.0.
|
2024-05-22 15:44:07 -03:00 |
signing.txt
|
Updated sign() outputs in Cryptographic signing docs.
|
2024-09-25 19:52:18 +02:00 |
templates.txt
|
Added meaningful titles to ..admonition:: directives.
|
2023-04-21 12:03:59 +02:00 |