django/docs/ref
Denys Halenok 90eae45b38
[3.2.x] Fixed documented alias of smart_text().
2024-01-11 20:16:20 +01:00
..
class-based-views [3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 2021-05-17 12:16:09 +02:00
contrib [3.2.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-06-27 08:10:48 +02:00
files [3.2.x] Corrected File, ContentFile, and ImageFile signatures in docs. 2021-04-16 10:32:54 +02:00
forms [3.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator. 2023-07-03 08:32:26 +02:00
models [3.2.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-06-27 08:10:48 +02:00
templates [3.2.x] Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text.Truncator when truncating HTML text. 2023-10-04 09:41:12 -03:00
applications.txt [3.2.x] Fixed #32570 -- Removed unnecessary default_auto_field in app config example. 2021-03-19 13:03:36 +01:00
checks.txt [3.2.x] Corrected field and model check messages in docs. 2021-09-28 10:58:18 +02:00
clickjacking.txt [3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 2021-05-17 12:16:09 +02:00
csrf.txt [3.2.x] Fixed broken links and redirects in docs. 2021-09-21 09:29:21 +02:00
databases.txt [3.2.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-06-27 08:10:48 +02:00
django-admin.txt [3.2.x] Refs #25264 -- Doc's that not all default options are supported by every management command. 2021-08-31 13:34:50 +02:00
exceptions.txt [3.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. 2023-02-07 10:39:25 +01:00
index.txt Fixed #28581 -- Moved django.core.paginator documentation to API Reference. 2019-07-04 11:04:39 +02:00
middleware.txt [3.2.x] Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 2021-05-17 12:16:09 +02:00
migration-operations.txt Fixed #31468 -- Allowed specifying migration filename in Operation. 2020-05-28 11:42:53 +02:00
paginator.txt [3.2.x] Fixed page numbers in Paginator.get_elided_page_range() example in docs. 2021-03-24 07:35:55 +01:00
request-response.txt [3.2.x] Doc'd that HttpRequest.path doesn't contain a query string. 2021-05-19 11:58:35 +02:00
schema-editor.txt [3.2.x] Corrected BaseDatabaseSchemaEditor.execute() signature in docs. 2021-08-27 06:15:19 +02:00
settings.txt [3.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. 2023-02-07 10:39:25 +01:00
signals.txt Refs #31502 -- Made minor edits to Model._state docs. 2020-07-16 20:50:53 +02:00
template-response.txt Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 2020-10-07 09:19:57 +02:00
unicode.txt Used :rfc: role in various docs. 2020-04-15 18:31:30 +02:00
urlresolvers.txt Fixed #31791 -- Made technical 404 debug page display the tried URL patterns for Http404. 2020-09-07 06:54:19 +02:00
urls.txt [3.2.x] 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:55:01 +01:00
utils.txt [3.2.x] Fixed documented alias of smart_text(). 2024-01-11 20:16:20 +01:00
validators.txt [3.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator. 2023-07-03 08:32:26 +02:00
views.txt Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00