django/docs/ref
Florian Apolloner 761f449e0d Fixed CVE-2021-45116 -- Fixed potential information disclosure in dictsort template filter.
Thanks to Dennis Brinkrolf for the report.

Co-authored-by: Adam Johnson <me@adamj.eu>
2022-01-04 10:03:56 +01:00
..
class-based-views Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings. 2021-10-20 08:40:19 +02:00
contrib Improved @display(empty_value) example in ModelAdmin.empty_value_display docs. 2021-12-30 11:39:04 +01:00
files
forms Avoided counting attributes and methods in docs. 2021-12-28 12:36:57 +01:00
models Fixed #33391 -- Clarified Aggregate.empty_result_set_value docs. 2021-12-31 06:49:10 +01:00
templates Fixed CVE-2021-45116 -- Fixed potential information disclosure in dictsort template filter. 2022-01-04 10:03:56 +01:00
applications.txt
checks.txt Fixed #32987 -- Added system check for template tag modules with the same name. 2021-10-20 11:15:47 +02:00
clickjacking.txt
csrf.txt Fixed #32800 -- Changed CsrfViewMiddleware not to mask the CSRF secret. 2021-11-29 10:47:39 +01:00
databases.txt Refs #32355 -- Bumped required psycopg2 version to 2.8.4. 2021-12-22 20:32:55 +01:00
django-admin.txt
exceptions.txt Refs #32956 -- Capitalized HTTP/HTTPS in comments, docs, and docstrings. 2021-10-20 08:40:19 +02:00
index.txt
logging.txt
middleware.txt
migration-operations.txt
paginator.txt Doc'd a precise exception type in Paginator.page() docs. 2021-10-13 08:46:46 +02:00
request-response.txt
schema-editor.txt
settings.txt Added TemplatesSetting to list of built-in renderers in FORM_RENDERER docs. 2021-12-22 07:59:24 +01:00
signals.txt
template-response.txt
unicode.txt Improved docs regarding UTF-8 support with Apache and mod_wsgi. 2021-10-08 12:26:06 +02:00
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