..
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
Added missing backticks to class-based views docs.
2024-11-26 17:10:39 -03:00
db
Fixed #35887 -- Added imports and admin.site.register to non-partial admin inline doc examples.
2024-11-14 12:09:50 +01:00
forms
Refs #32339 -- Updated formset docs to reflect default rendering as as_div.
2024-11-18 16:59:33 +01:00
http
Fixed #35784 -- Added support for preserving the HTTP request method in HttpResponseRedirectBase.
2024-11-14 15:53:49 -03:00
i18n
Dropped safeguards against very old versions of gettext.
2024-08-30 13:39:04 +02:00
testing
Fixed #35660 -- Made serialized_rollback and fixture data available in TransactionTestCase.setUpClass().
2024-09-17 09:53:46 +02:00
async.txt
Removed versionadded/changed annotations for 5.0.
2024-05-22 15:44:07 -03:00
cache.txt
Removed Redis parser_class reference from docs.
2024-05-08 08:41:13 +02: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
Fixed #373 -- Added CompositePrimaryKey.
2024-11-29 11:23:04 +01:00
conditional-view-processing.txt
Applied Black's 2024 stable style.
2024-01-26 12:45:07 +01:00
email.txt
Fixed #35864 -- Documented EmailMessage.connection is ignored when using send_messages().
2024-10-30 11:20:52 +01:00
external-packages.txt
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
migrations.txt
Removed versionadded/changed annotations for 5.0.
2024-05-22 15:44:07 -03:00
pagination.txt
performance.txt
Fixed typo in docs/topics/performance.txt.
2024-11-18 15:12:42 +01:00
security.txt
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