..
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] Added backticks to code literals in various docs.
2020-12-15 07:21:53 +01:00
forms
[3.1.x] Removed forms-MAX_NUM_FORMS POST data in docs
2020-12-23 17:19:00 +01:00
http
[3.1.x] Fixed #32004 -- Clarified docs for when request.FILES is set.
2020-09-22 13:28:55 +02:00
i18n
[3.1.x] Adjusted formatting of ngettext docs code examples.
2020-12-08 12:13:01 +01:00
testing
[3.1.x] Fixed #32159 -- Ensured AsyncRequestFactory correctly sets headers.
2020-11-04 11:09:52 +01:00
async.txt
[3.1.x] Fixed #32128 -- Added asgiref 3.3 compatibility.
2020-10-27 11:29:31 +01:00
cache.txt
[3.1.x] Refs #30181 -- Corrected note about storing None in the cache.
2020-12-17 10:39:21 +01:00
checks.txt
[3.1.x] Added backticks to code literals in various docs.
2020-12-15 07:21:53 +01: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
[3.1.x] Fixed #32016 -- Clarified manual logging config docs.
2020-09-22 14:16:40 +02:00
migrations.txt
[3.1.x] Fixed #26962 -- Doc'd running migrations in transactions.
2020-10-29 08:39:43 +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