1
0
mirror of https://github.com/django/django.git synced 2024-12-22 17:16:24 +00:00
django/docs/topics
Nick Pope 847f46e9bf
Removed redundant QuerySet.all() calls in docs and tests.
Most QuerySet methods are mapped onto the Manager and, in general,
it isn't necessary to call .all() on the manager.
2022-02-22 10:29:38 +01:00
..
auth Fixed #30360 -- Added support for secret key rotation. 2022-02-01 11:12:24 +01:00
class-based-views Removed unused comment directive in CBV topic docs. 2022-01-05 08:11:13 +01:00
db Removed redundant QuerySet.all() calls in docs and tests. 2022-02-22 10:29:38 +01:00
forms Fixed #29490 -- Added support for object-based Media CSS and JS paths. 2022-02-10 08:48:27 +01:00
http Fixed #32243 -- Added docs examples for manually saving Files. 2022-02-03 09:23:02 +01:00
i18n Fixed typo in docs/topics/i18n/translation.txt. 2022-02-18 13:03:41 +01:00
testing Adjusted CBV resolver_match example in testing tools docs. 2022-01-26 20:58:22 +01:00
async.txt Fixed #33495 -- Improved debug logging message about adapting handlers for middlewares. 2022-02-09 12:10:26 +01:00
cache.txt Corrected signatures of some functions in docs. 2022-01-10 13:30:24 +01: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
performance.txt
security.txt Fixed #30360 -- Added support for secret key rotation. 2022-02-01 11:12:24 +01:00
serialization.txt
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