| .. |
|
auth
|
Fixed #17430 -- Documented access to the Django admin when using a custom auth backend.
|
2024-11-14 10:29:32 +01:00 |
|
class-based-views
|
[5.2.x] Corrected code examples in topics docs.
|
2025-08-11 10:14:43 +02:00 |
|
db
|
[5.2.x] Fixed #36686 -- Clarified Meta.ordering is ignored in GROUP BY queries.
|
2025-11-13 11:19:25 -05:00 |
|
forms
|
[5.2.x] Fixed #35831 -- Documented the model form meta API in model form reference docs.
|
2025-08-29 09:00:37 +02:00 |
|
http
|
[5.2.x] Fixed #36587 -- Clarified usage of list.insert() for upload handlers.
|
2025-09-29 14:51:44 +02:00 |
|
i18n
|
[5.2.x] Fixed #36681 -- Removed English pluralization bias from example in docs/topics/i18n/translation.txt.
|
2025-10-27 14:43:40 -04:00 |
|
testing
|
[5.2.x] Corrected assertNumQueries() example in docs/topics/testing/tools.txt.
|
2025-08-04 15:08:53 +02:00 |
|
async.txt
|
[5.2.x] Fixed #33497 -- Doc'd that persistent DB connections should be disabled in ASGI and async modes.
|
2025-03-18 21:28:07 -03:00 |
|
cache.txt
|
[5.2.x] Fixed spelling of "logged-in" when used as an adjective in docs.
|
2025-08-19 12:43:52 -03:00 |
|
checks.txt
|
Fixed #35233 -- Moved template engine system checks to backend methods.
|
2024-03-27 08:14:54 +01:00 |
|
composite-primary-key.txt
|
[5.2.x] Refs #373 -- Doc'd that on_delete is ignored for ForeignObject.
|
2025-06-10 09:48:25 +02:00 |
|
conditional-view-processing.txt
|
Applied Black's 2024 stable style.
|
2024-01-26 12:45:07 +01:00 |
|
email.txt
|
[5.2.x] Fixed #36597 -- Corrected directives for functions from email module in docs.
|
2025-09-12 18:59:58 +02:00 |
|
external-packages.txt
|
Used extlinks for PyPI links.
|
2023-04-17 06:55:32 +02:00 |
|
files.txt
|
[5.2.x] Corrected code examples in topics docs.
|
2025-08-11 10:14:43 +02: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
|
Removed versionadded/changed annotations for 5.0.
|
2024-05-22 15:44:07 -03:00 |
|
pagination.txt
|
[5.2.x] Corrected code examples in topics docs.
|
2025-08-11 10:14:43 +02:00 |
|
performance.txt
|
[5.2.x] Fixed incorrect formatting for inline pluralized code references in docs.
|
2025-03-13 15:23:55 -03:00 |
|
security.txt
|
[5.2.x] Fixed spelling of "logged-in" when used as an adjective in docs.
|
2025-08-19 12:43:52 -03:00 |
|
serialization.txt
|
[5.2.x] Fixed #36581 -- Updated serialization examples from XML to JSON.
|
2025-09-18 15:47:20 +02:00 |
|
settings.txt
|
Updated "Dive Into Python" links.
|
2024-01-20 19:43:55 +01:00 |
|
signals.txt
|
[5.2.x] Fixed typo in docs/topics/signals.txt.
|
2025-03-23 20:06:09 +01: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 |