1
0
mirror of https://github.com/django/django.git synced 2024-12-23 01:25:58 +00:00
django/docs/topics
Mariusz Felisiak 602d9a312f Refs #32379 -- Changed default USE_TZ to True.
Per deprecation timeline.
2023-01-17 11:49:15 +01:00
..
auth Fixed #25617 -- Added case-insensitive unique username validation in UserCreationForm. 2022-12-29 09:42:22 +01:00
class-based-views Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
db Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
forms Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
http Fixed #33735 -- Added async support to StreamingHttpResponse. 2022-12-22 10:41:12 +01:00
i18n Refs #32379 -- Changed default USE_TZ to True. 2023-01-17 11:49:15 +01:00
testing Refs #32446 -- Removed SERIALIZE test database setting per deprecation timeline. 2023-01-17 11:49:15 +01:00
async.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
cache.txt Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
checks.txt Refs #27236 -- Reverted "Refs #27236 -- Added generic mechanism to handle the deprecation of migration operations." 2022-07-26 11:41:19 +02:00
conditional-view-processing.txt Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
email.txt Added backticks to code literals in various docs. 2022-04-28 10:44:14 +02:00
external-packages.txt Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 2021-05-17 09:46:09 +02:00
files.txt Refs #26029 -- Deprecated DEFAULT_FILE_STORAGE and STATICFILES_STORAGE settings. 2023-01-12 09:58:36 +01:00
index.txt
install.txt Fixed #33308 -- Added support for psycopg version 3. 2022-12-15 06:17:57 +01:00
logging.txt Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-05-31 11:17:01 +02:00
migrations.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
pagination.txt Updated note about ListView pagination example in CBV docs. 2022-04-19 21:38:49 +02:00
performance.txt Refs #32956 -- Updated words ending in -wards. 2021-07-30 20:34:50 +02:00
security.txt Updated OWASP Top 10 link in security topic. 2022-06-16 06:35:20 +02:00
serialization.txt Refs #30947 -- Changed tuples to lists where appropriate. 2022-08-30 09:57:17 +02:00
settings.txt Fixed typo in settings topic doc. 2022-11-23 14:32:58 +01:00
signals.txt Fixed #30801 -- Improved guidance for making good use of signals. 2022-11-02 17:21:15 +01:00
signing.txt Removed versionadded/changed annotations for 4.1. 2023-01-17 11:49:15 +01:00
templates.txt Corrected multiply defined labels in docs. 2021-11-04 10:46:01 +01:00