1
0
mirror of https://github.com/django/django.git synced 2025-01-09 09:55:57 +00:00
django/docs/topics
Claude Paroz 3b79dab19a Refs #33691 -- Deprecated insecure password hashers.
SHA1PasswordHasher, UnsaltedSHA1PasswordHasher, and UnsaltedMD5PasswordHasher
are now deprecated.
2022-07-23 21:29:31 +02:00
..
auth Refs #33691 -- Deprecated insecure password hashers. 2022-07-23 21:29:31 +02:00
class-based-views Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-05-31 11:17:01 +02:00
db Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-05-31 11:17:01 +02:00
forms Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-05-31 11:17:01 +02:00
http Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-05-31 11:17:01 +02:00
i18n Fixed #33631 -- Marked {% blocktranslate asvar %} result as HTML safe. 2022-07-14 11:09:19 +02:00
testing Fixed #33422 -- Improved docs about isolating apps. 2022-06-27 11:29:21 +02:00
async.txt Fixed #33646 -- Added async-compatible interface to QuerySet. 2022-04-26 20:25:23 +02:00
cache.txt Fixed #32749 -- Doc'd PyMemcacheCache defaults. 2022-06-28 21:56:51 +02:00
checks.txt Refs #27236 -- Added generic mechanism to handle the deprecation of migration operations. 2022-07-08 07:05:55 +02:00
conditional-view-processing.txt
email.txt Added backticks to code literals in various docs. 2022-04-28 10:44:14 +02: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 Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-05-31 11:17:01 +02:00
migrations.txt Refs #27236 -- Added generic mechanism to handle the deprecation of migration operations. 2022-07-08 07:05:55 +02:00
pagination.txt Updated note about ListView pagination example in CBV docs. 2022-04-19 21:38:49 +02:00
performance.txt
security.txt Updated OWASP Top 10 link in security topic. 2022-06-16 06:35:20 +02:00
serialization.txt
settings.txt
signals.txt Fixed typo in docs/topics/signals.txt. 2022-07-02 16:45:24 +02:00
signing.txt
templates.txt