django/docs/topics
Carlton Gibson 2ccc0b22db Fixed #33211 -- Updated tests for Selenium 4.0.0.
Replaced deprecated `find_element[s]_by_*()` usages, in favour of
`find_element[s]()` with an explicit `By`.
2021-10-21 14:37:16 +02:00
..
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 Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
forms Fixed #33128 -- Corrected possessive 's usage in FormSet docs. 2021-09-22 11:26:24 +02:00
http Fixed #33172 -- Added example of modifying upload handlers on the fly for CBVs. 2021-10-18 09:45:52 +02:00
i18n Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
testing Fixed #33211 -- Updated tests for Selenium 4.0.0. 2021-10-21 14:37:16 +02:00
async.txt
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
files.txt
index.txt
install.txt
logging.txt
migrations.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
pagination.txt
performance.txt
security.txt
serialization.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
settings.txt
signals.txt
signing.txt Removed versionadded/changed annotations for 3.2. 2021-09-20 21:23:01 +02:00
templates.txt