.. |
auth
|
[5.0.x] Fixed typo in docs/topics/auth/default.txt.
|
2024-01-22 17:43:46 +01:00 |
class-based-views
|
Fixed typo in docs/topics/class-based-views/mixins.txt.
|
2023-03-22 08:35:24 +01:00 |
db
|
[5.0.x] Fixed #35072 -- Corrected Field.choices description in models topic.
|
2024-01-02 05:24:24 +01:00 |
forms
|
[5.0.x] Refs #32819 -- Used auto_id instead of id_for_label as unique identifier for the field.
|
2023-11-16 13:27:18 +01:00 |
http
|
Refs #31949 -- Made make_middleware_decorator to work with async functions.
|
2023-09-13 11:41:01 +02:00 |
i18n
|
Used extlinks for PyPI links.
|
2023-04-17 06:55:32 +02:00 |
testing
|
[5.0.x] Made management command examples more consistent in docs.
|
2024-01-09 20:56:46 +01:00 |
async.txt
|
[5.0.x] Removed obsolete warnings about asgiref.sync adapters with sensitive variables.
|
2023-11-17 12:09:58 +01:00 |
cache.txt
|
[5.0.x] Added missing pycon directives in various docs.
|
2023-10-25 12:27:56 +02:00 |
checks.txt
|
[5.0.x] Doc'd writing integration tests for the system check framework.
|
2023-10-27 11:44:40 +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
|
Fixed #34530 -- Improved docs when customizing storage for FileField.
|
2023-05-02 15:32:24 -03: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
|
[5.0.x] Fixed #35015 -- Updated MySQL notes in migrations topic.
|
2023-12-20 21:02:51 +01: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
|
[5.0.x] Updated "Dive Into Python" links.
|
2024-01-20 22:22:49 +01:00 |
signals.txt
|
Fixed #32172 -- Adapted signals to allow async handlers.
|
2023-03-07 08:39:25 +01:00 |
signing.txt
|
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
|
2023-03-01 13:03:56 +01:00 |
templates.txt
|
Added meaningful titles to ..admonition:: directives.
|
2023-04-21 12:03:59 +02:00 |