1
0
mirror of https://github.com/django/django.git synced 2024-12-29 04:26:28 +00:00
django/docs/topics
sarahboyce 0fbdb9784d Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase.
Co-authored-by: Christian Bundy <me@christianbundy.com>
2023-01-16 09:31:34 +01:00
..
auth Fixed #25617 -- Added case-insensitive unique username validation in UserCreationForm. 2022-12-29 09:42:22 +01:00
class-based-views
db Fixed #33308 -- Added support for psycopg version 3. 2022-12-15 06:17:57 +01:00
forms Adjusted BaseFormSet.get_form_kwargs example in docs. 2022-11-24 15:16:31 +01:00
http Fixed #33735 -- Added async support to StreamingHttpResponse. 2022-12-22 10:41:12 +01:00
i18n Refs #32873 -- Adjusted formatting note on USE_L10N default. 2022-11-23 12:28:42 +01:00
testing Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase. 2023-01-16 09:31:34 +01:00
async.txt Refs #34118 -- Adopted asgiref coroutine detection shims. 2022-12-20 11:10:48 +01:00
cache.txt Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
checks.txt
conditional-view-processing.txt Updated documentation and comments for RFC updates. 2022-11-10 13:52:17 +01:00
email.txt
external-packages.txt
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
migrations.txt Improved readability of string interpolation in frequently used examples in docs. 2022-11-10 13:18:38 +01:00
pagination.txt
performance.txt
security.txt
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 Fixed #33199 -- Deprecated passing positional arguments to Signer/TimestampSigner. 2022-12-09 12:44:48 +01:00
templates.txt