.. |
auth
|
Fixed #32235 -- Made ReadOnlyPasswordHashField disabled by default.
|
2020-12-03 09:32:08 +01:00 |
class-based-views
|
Fixed #32002 -- Added headers parameter to HttpResponse and subclasses.
|
2020-10-07 09:19:57 +02:00 |
db
|
Fixed #32233 -- Cleaned-up duplicate connection functionality.
|
2020-12-08 08:55:44 +01:00 |
forms
|
Fixed #32199 -- Doc'd JSONField in ModelForm field mapping.
|
2020-11-17 08:52:23 +01:00 |
http
|
Fixed #32124 -- Added per-view opt-out for APPEND_SLASH behavior.
|
2020-10-22 14:15:19 +02:00 |
i18n
|
Adjusted formatting of ngettext docs code examples.
|
2020-12-08 12:09:59 +01:00 |
testing
|
Fixed #31235 -- Made assertQuerysetEqual() compare querysets directly.
|
2020-11-06 09:24:50 +01:00 |
async.txt
|
Fixed #32128 -- Added asgiref 3.3 compatibility.
|
2020-10-27 11:24:07 +01:00 |
cache.txt
|
Fixed #32193 -- Deprecated MemcachedCache.
|
2020-12-09 21:27:32 +01:00 |
checks.txt
|
|
|
conditional-view-processing.txt
|
|
|
email.txt
|
Used :mimetype: role in various docs.
|
2020-05-13 09:14:04 +02:00 |
external-packages.txt
|
|
|
files.txt
|
Preferred usage of among/while to amongst/whilst.
|
2020-06-03 21:02:48 +02:00 |
index.txt
|
|
|
install.txt
|
Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.
|
2020-06-02 11:45:44 +02:00 |
logging.txt
|
Fixed #32016 -- Clarified manual logging config docs.
|
2020-09-22 14:15:38 +02:00 |
migrations.txt
|
Fixed #26962 -- Doc'd running migrations in transactions.
|
2020-10-29 08:00:06 +01:00 |
pagination.txt
|
|
|
performance.txt
|
|
|
security.txt
|
Refs #31670 -- Removed whitelist/blacklist terminology in docs and comments.
|
2020-06-17 13:15:56 +02:00 |
serialization.txt
|
Refs #30190 -- Minor edits to JSONL serializer.
|
2020-06-17 07:59:40 +02:00 |
settings.txt
|
Used :envvar: role and .. envvar:: directive in various docs.
|
2020-05-13 09:14:40 +02:00 |
signals.txt
|
Fixed #24816 -- Clarified docs about preventing duplicate signals.
|
2020-07-08 06:24:36 +02:00 |
signing.txt
|
Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.
|
2020-08-04 09:35:24 +02:00 |
templates.txt
|
Fixed #25712 -- Reorganized templates docs.
|
2020-04-30 08:12:09 +02:00 |