.. |
auth
|
Fixed #33613 -- Made createsuperuser detect uniqueness of USERNAME_FIELD when using Meta.constraints.
|
2022-04-01 11:39:41 +02:00 |
class-based-views
|
Fixed #33611 -- Allowed View subclasses to define async method handlers.
|
2022-04-07 07:05:59 +02:00 |
db
|
Added missing backticks to function names.
|
2022-03-17 11:10:03 +01:00 |
forms
|
Refs #32339 -- Added use_fieldset to Widget.
|
2022-03-30 16:28:14 +02:00 |
http
|
Fixed #32129 -- Adjusted the docs for session expiry helpers.
|
2022-03-31 17:06:14 +02:00 |
i18n
|
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
|
2022-03-24 06:29:50 +01:00 |
testing
|
Fixed #33348 -- Changed SimpleTestCase.assertFormError()/assertFormsetErrors() to take form/formset.
|
2022-04-06 07:58:52 +02:00 |
async.txt
|
Refs #33646 -- Added example for async cross-thread connection access.
|
2022-04-20 14:07:14 +02:00 |
cache.txt
|
Updated various links to HTTPS and new locations.
|
2022-03-29 07:46:08 +02:00 |
checks.txt
|
…
|
|
conditional-view-processing.txt
|
…
|
|
email.txt
|
Refs #32074 -- Recommended aiosmtpd for minimal SMTP server.
|
2022-02-12 19:32:32 +01:00 |
external-packages.txt
|
…
|
|
files.txt
|
Refs #32243 -- Fixed typo in docs/topics/files.txt.
|
2022-02-05 11:19:22 +01:00 |
index.txt
|
…
|
|
install.txt
|
…
|
|
logging.txt
|
…
|
|
migrations.txt
|
Fixed #26760 -- Added --prune option to migrate command.
|
2022-01-21 17:10:31 +01:00 |
pagination.txt
|
Updated note about ListView pagination example in CBV docs.
|
2022-04-19 21:38:49 +02:00 |
performance.txt
|
…
|
|
security.txt
|
Fixed #30360 -- Added support for secret key rotation.
|
2022-02-01 11:12:24 +01:00 |
serialization.txt
|
Updated example of YAML serialization format in docs.
|
2021-12-28 12:44:41 +01:00 |
settings.txt
|
Fixed malformed attribute directives in docs.
|
2022-01-05 08:11:13 +01:00 |
signals.txt
|
…
|
|
signing.txt
|
Fixed #30360 -- Added support for secret key rotation.
|
2022-02-01 11:12:24 +01:00 |
templates.txt
|
…
|
|