.. |
auth
|
Refs #33207 -- Clarified that AUTH_USER_MODEL expects an app label.
|
2021-10-19 13:05:13 +02:00 |
class-based-views
|
Refs #32956 -- Changed docs to treat the acronym HTTP phonetically.
|
2021-10-18 21:00:28 +02:00 |
db
|
Fixed #33161 -- Enabled durability check for nested atomic blocks in TestCase.
|
2021-11-12 13:05:56 +01:00 |
forms
|
Fixed #33128 -- Corrected possessive 's usage in FormSet docs.
|
2021-09-22 11:26:24 +02:00 |
http
|
Fixed #33298 -- Added docs and tests for using Q objects with get_object_or_404()/get_list_or_404().
|
2021-11-24 09:28:21 +01:00 |
i18n
|
Removed versionadded/changed annotations for 3.2.
|
2021-09-20 21:23:01 +02:00 |
testing
|
Fixed #33301 -- Clarified the type of arguments required by custom assertions.
|
2021-11-26 12:03:00 +01:00 |
async.txt
|
Added a note about %autoawait off for IPython.
|
2021-06-22 10:23:03 +02:00 |
cache.txt
|
Refs #32193 -- Removed MemcachedCache per deprecation timeline.
|
2021-09-20 21:23:01 +02:00 |
checks.txt
|
Refs #31055 -- Doc'd 'databases' argument of check functions.
|
2021-09-10 11:02:28 +02:00 |
conditional-view-processing.txt
|
Used :rfc: role in docs/topics/conditional-view-processing.txt.
|
2021-09-21 09:27:44 +02:00 |
email.txt
|
Fixed broken links and redirects in docs.
|
2021-09-21 09:27:44 +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
|
Removed versionadded/changed annotations for 3.1.
|
2021-01-14 17:50:04 +01:00 |
index.txt
|
Refs #30451 -- Doc'd asynchronous support and async-safety.
|
2019-12-03 17:29:10 +01:00 |
install.txt
|
Fixed some broken links and redirects in docs.
|
2021-08-09 07:07:52 +02:00 |
logging.txt
|
Fixed typo in docs/topics/logging.txt.
|
2021-11-03 07:41:50 +01:00 |
migrations.txt
|
Removed versionadded/changed annotations for 3.2.
|
2021-09-20 21:23:01 +02:00 |
pagination.txt
|
Fixed #32271 -- Improved consistency of docs CBV examples.
|
2021-03-02 08:33:05 +01:00 |
performance.txt
|
Refs #32956 -- Updated words ending in -wards.
|
2021-07-30 20:34:50 +02:00 |
security.txt
|
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
|
2021-07-29 06:24:12 +02:00 |
serialization.txt
|
Removed versionadded/changed annotations for 3.2.
|
2021-09-20 21:23:01 +02:00 |
settings.txt
|
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate.
|
2021-07-29 06:24:12 +02:00 |
signals.txt
|
Refs #33163 -- Corrected example of connection signal handlers in AppConfig.ready().
|
2021-11-26 11:16:35 +01:00 |
signing.txt
|
Removed versionadded/changed annotations for 3.2.
|
2021-09-20 21:23:01 +02:00 |
templates.txt
|
Corrected multiply defined labels in docs.
|
2021-11-04 10:46:01 +01:00 |