django/docs/topics
Roy Zheng 02572bfc59 [3.1.x] Added note about password updates on argon2 attributes change.
Backport of 804f2b7024 from master
2020-08-11 08:20:56 +02:00
..
auth [3.1.x] Added note about password updates on argon2 attributes change. 2020-08-11 08:20:56 +02:00
class-based-views Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
db [3.1.x] Fixed #31829 -- Used JSONField __contains lookup on key transforms. 2020-07-28 20:53:11 +02:00
forms [3.1.x] Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments. 2020-06-17 13:16:17 +02:00
http Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
i18n [3.1.x] Refs #30165 -- Removed leftover 'u' prefix. 2020-07-29 10:20:08 +02:00
testing [3.1.x] Refs #27430 -- Added buffer argument to DiscoverRunner docs. 2020-07-10 19:06:40 +02:00
async.txt [3.1.x] Fixed some formatting issues in docs. 2020-05-27 09:07:33 +02:00
cache.txt Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
checks.txt Refs #23919 -- Replaced super(ClassName, self) with super() in docs. 2017-01-25 11:53:05 -05:00
conditional-view-processing.txt Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
email.txt [3.1.x] Used :mimetype: role in various docs. 2020-05-13 09:38:49 +02:00
external-packages.txt Fixed #29334 -- Updated pypi.python.org URLs to pypi.org. 2018-04-17 20:24:27 -04:00
files.txt Fixed #28184 -- Allowed using a callable for FileField and ImageField storage. 2020-04-08 11:26:17 +02:00
index.txt Refs #30451 -- Doc'd asynchronous support and async-safety. 2019-12-03 17:29:10 +01:00
install.txt [3.1.x] Fixed #31643 -- Changed virtualenv doc references to Python 3 venv. 2020-06-02 11:53:14 +02:00
logging.txt Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
migrations.txt Improved docs on migration reversibility. (#12619) 2020-03-25 14:37:54 +01:00
pagination.txt Fixed #31103 -- Improved pagination topic documentation. 2020-01-07 09:57:38 +01:00
performance.txt Corrected some typos in documentation. 2019-12-18 11:36:27 +01:00
security.txt [3.1.x] Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments. 2020-06-17 13:16:17 +02:00
serialization.txt Refs #30573 -- Rephrased "Of Course" and "Obvious(ly)" in documentation and comments. 2020-05-04 12:10:47 +02:00
settings.txt [3.1.x] Used :envvar: role and .. envvar:: directive in various docs. 2020-05-13 09:38:59 +02:00
signals.txt [3.1.x] Fixed #24816 -- Clarified docs about preventing duplicate signals. 2020-07-08 08:23:08 +02:00
signing.txt [3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting. 2020-08-04 09:39:29 +02:00
templates.txt Fixed #25712 -- Reorganized templates docs. 2020-04-30 08:12:09 +02:00