.. |
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] Refs #9475 -- Linked through_default docs to related managers methods.
|
2020-10-22 10:09:41 +02:00 |
forms
|
[3.1.x] Corrected output of rendered formset example in model formsets docs.
|
2020-10-26 07:58:38 +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] Fixed typo in docs/topics/i18n/translation.txt.
|
2020-10-13 08:32:56 +02:00 |
testing
|
[3.1.x] Fixed typo in docs/topics/testing/tools.txt.
|
2020-10-18 19:51:56 +02: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] Doc'd that UpdateCacheMiddleware and cache_page affect downstream caches.
|
2020-09-17 14:29:00 +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
|
[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 |