django/docs/ref
2022-03-07 07:57:14 +01:00
..
class-based-views
contrib Optimized docs images. 2022-02-25 13:40:13 +01:00
files
forms Fixed #26142 -- Allowed model formsets to prevent new object creation. 2022-01-27 20:45:21 +01:00
models Fixed #29865 -- Added logical XOR support for Q() and querysets. 2022-03-04 12:55:37 +01:00
templates Fixed #33530 -- Fixed typo in docs/ref/templates/builtins.txt. 2022-02-21 06:13:36 +01:00
applications.txt
checks.txt Fixed #30360 -- Added support for secret key rotation. 2022-02-01 11:12:24 +01:00
clickjacking.txt
csrf.txt
databases.txt Refs #32355 -- Bumped required psycopg2 version to 2.8.4. 2021-12-22 20:32:55 +01:00
django-admin.txt Fixed #27844 -- Added optimizemigration management command. 2022-02-22 10:30:40 +01:00
exceptions.txt
index.txt
logging.txt
middleware.txt
migration-operations.txt
paginator.txt
request-response.txt Fixed #33562 -- Made HttpResponse.set_cookie() support timedelta for the max_age argument. 2022-03-07 07:57:14 +01:00
schema-editor.txt
settings.txt Refs #33476 -- Used vertical hanging indentation for format lists with inline comments. 2022-02-01 15:11:35 +01:00
signals.txt Fixed #13251 -- Made pre/post_delete signals dispatch the origin. 2022-01-11 08:06:18 +01:00
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt Refs #33365, Refs #30530 -- Doc'd re_path() behavior change in Django 2.2.25, 3.1.14, and 3.2.10. 2021-12-15 18:54:02 +01:00
utils.txt Fixed #30127 -- Deprecated name argument of cached_property(). 2021-12-16 18:52:27 +01:00
validators.txt
views.txt