django/docs/topics
Mariusz Felisiak 594873befb
Removed obsolete warnings about asgiref.sync adapters with sensitive variables.
Django 5.0+ required asgiref 3.7+, and this warning is obsolete for
asgiref 3.7+ since
be6635e0e7.
2023-11-17 12:09:32 +01:00
..
auth Fixed #34970 -- Clarified Password Validation docs regarding the password_changed callback. 2023-11-15 15:35:25 -03:00
class-based-views Fixed typo in docs/topics/class-based-views/mixins.txt. 2023-03-22 08:35:24 +01:00
db Refs #30601 -- Fixed typos in docs/topics/db/transactions.txt. 2023-10-30 10:35:44 -03:00
forms Refs #32819 -- Used auto_id instead of id_for_label as unique identifier for the field. 2023-11-16 12:23:42 +01:00
http Removed versionadded/changed annotations for 4.2. 2023-09-18 22:12:40 +02:00
i18n Removed versionadded/changed annotations for 4.2. 2023-09-18 22:12:40 +02:00
testing Fixed #34657 -- Made assert(Not)Contains/assertInHTML display haystacks in error messages. 2023-10-03 10:44:36 +02:00
async.txt Removed obsolete warnings about asgiref.sync adapters with sensitive variables. 2023-11-17 12:09:32 +01:00
cache.txt Added missing pycon directives in various docs. 2023-10-25 12:27:27 +02:00
checks.txt Doc'd writing integration tests for the system check framework. 2023-10-27 09:44:14 +02:00
conditional-view-processing.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
email.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
external-packages.txt Used extlinks for PyPI links. 2023-04-17 06:55:32 +02:00
files.txt Removed versionadded/changed annotations for 4.2. 2023-09-18 22:12:40 +02:00
index.txt Refs #30451 -- Doc'd asynchronous support and async-safety. 2019-12-03 17:29:10 +01:00
install.txt Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle. 2023-08-10 10:11:53 +02:00
logging.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
migrations.txt Removed versionadded/changed annotations for 4.2. 2023-09-18 22:12:40 +02:00
pagination.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
performance.txt Refs #34140 -- Made minor edits to rst code-blocks. 2023-03-01 13:02:54 +01:00
security.txt Refs #34140 -- Applied rst code-block to non-Python examples. 2023-02-10 19:19:13 +01:00
serialization.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
settings.txt Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:03:56 +01:00
signals.txt Fixed #32172 -- Adapted signals to allow async handlers. 2023-03-07 08:39:25 +01:00
signing.txt Refs #33199 -- Removed support for passing positional arguments to Signer/TimestampSigner. 2023-09-18 22:12:40 +02:00
templates.txt Added meaningful titles to ..admonition:: directives. 2023-04-21 12:03:59 +02:00