0
0
mirror of https://github.com/django/django.git synced 2024-12-01 15:42:04 +01:00
django/docs/topics
2020-10-13 08:06:37 +02:00
..
auth Added note about password updates on argon2 attributes change. 2020-08-11 07:51:27 +02:00
class-based-views Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 2020-10-07 09:19:57 +02:00
db Fixed #32083 -- Added link back to migrating section in multi-db docs example. 2020-10-08 12:45:06 +02:00
forms Fixed #32042 -- Improved error messages for the number of submitted forms in formsets. 2020-09-28 07:05:34 +02:00
http Fixed #32004 -- Clarified docs for when request.FILES is set. 2020-09-22 13:28:00 +02:00
i18n Fixed typo in docs/topics/i18n/translation.txt. 2020-10-13 08:06:37 +02:00
testing Fixed #31789 -- Added a new headers interface to HttpResponse. 2020-09-14 08:41:59 +02:00
async.txt Refs #31224 -- Made sync_to_async() examples use thread sensitive with ORM calls. 2020-09-03 12:06:42 +02:00
cache.txt Doc'd that UpdateCacheMiddleware and cache_page affect downstream caches. 2020-09-17 14:28:22 +02:00
checks.txt
conditional-view-processing.txt
email.txt
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 #31529 -- Added support for serialization of pathlib.Path/PurePath and os.PathLike in migrations. 2020-06-24 11:45:34 +02: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