django/docs/ref
Markus Holtermann 83f1ea83e4 [4.0.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files.
Thanks to Jakob Ackermann for the report.
2023-02-07 10:36:32 +01:00
..
class-based-views [4.0.x] Updated note about ListView pagination example in CBV docs. 2022-04-19 21:39:41 +02:00
contrib [4.0.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-06-27 08:04:25 +02:00
files Corrected File, ContentFile, and ImageFile signatures in docs. 2021-04-16 06:17:45 +02:00
forms [4.0.x] Fixed #33658 -- Doc'd ModelChoiceField.blank attribute. 2022-05-03 15:27:00 +02:00
models [4.0.x] Fixed #33820 -- Doc'd "true"/"false"/"null" caveat for JSONField key transforms on SQLite. 2022-07-26 20:22:34 +02:00
templates [4.0.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-06-27 08:04:25 +02:00
applications.txt [4.0.x] Corrected AppConfig.get_models() signature in docs. 2022-03-14 06:56:05 +01:00
checks.txt [4.0.x] Corrected field and model check messages in docs. 2021-09-28 10:57:54 +02:00
clickjacking.txt Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS. 2021-05-17 09:46:09 +02:00
csrf.txt [4.0.x] Fixed broken links and redirects in docs. 2021-09-21 09:28:38 +02:00
databases.txt [4.0.x] Fixed docs build with sphinxcontrib-spelling 7.5.0+. 2022-06-27 08:04:25 +02:00
django-admin.txt Fixed #32309 -- Added --exclude option to startapp/startproject management commands. 2021-09-01 12:08:02 +02:00
exceptions.txt [4.0.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. 2023-02-07 10:36:32 +01:00
index.txt Refs #32880 -- Moved logging reference to new document. 2021-06-30 07:21:52 +02:00
logging.txt Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
middleware.txt [4.0.x] Corrected CSRF reference in middleware docs. 2022-03-17 07:34:36 +01:00
migration-operations.txt Fixed #31468 -- Allowed specifying migration filename in Operation. 2020-05-28 11:42:53 +02:00
paginator.txt [4.0.x] Doc'd a precise exception type in Paginator.page() docs. 2021-10-13 09:13:39 +02:00
request-response.txt Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
schema-editor.txt Corrected BaseDatabaseSchemaEditor.execute() signature in docs. 2021-08-27 06:12:53 +02:00
settings.txt [4.0.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. 2023-02-07 10:36:32 +01:00
signals.txt Fixed #32395 -- Allowed capturing stdout of migration signals. 2021-02-04 11:19:49 +01:00
template-response.txt Fixed #32002 -- Added headers parameter to HttpResponse and subclasses. 2020-10-07 09:19:57 +02:00
unicode.txt [4.0.x] Updated Oracle docs links to Oracle 21c. 2022-03-29 09:43:03 +02:00
urlresolvers.txt Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropriate. 2021-07-29 06:24:12 +02:00
urls.txt [4.0.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:54:35 +01:00
utils.txt [4.0.x] Added missing backticks to function names. 2022-03-17 11:10:49 +01:00
validators.txt Improved RegexValidator docs. 2020-06-30 12:44:10 +02:00
views.txt Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and docs where appropriate. 2021-02-06 13:41:35 +01:00