django/docs/topics
2023-09-14 19:49:06 +02:00
..
auth Refs #15619 -- Removed deprecated annotation about logging out via GET requests. 2023-09-14 19:49:06 +02:00
class-based-views
db Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices. 2023-08-30 22:57:40 -03:00
forms Fixed #31262 -- Added support for mappings on model fields and ChoiceField's choices. 2023-08-30 22:57:40 -03:00
http Refs #31949 -- Made make_middleware_decorator to work with async functions. 2023-09-13 11:41:01 +02:00
i18n
testing Fixed #34210 -- Added unittest's durations option to the test runner. 2023-08-31 07:14:58 +02:00
async.txt Refs #31949 -- Made make_middleware_decorator to work with async functions. 2023-09-13 11:41:01 +02:00
cache.txt
checks.txt
conditional-view-processing.txt
email.txt
external-packages.txt
files.txt
index.txt
install.txt Fixed #33817 -- Added support for python-oracledb and deprecated cx_Oracle. 2023-08-10 10:11:53 +02:00
logging.txt
migrations.txt Fixed #34822 -- Added support for serializing functions decorated with functools.lru_cache in migrations. 2023-09-13 15:57:18 -03:00
pagination.txt
performance.txt
security.txt
serialization.txt
settings.txt
signals.txt
signing.txt
templates.txt