1
0
mirror of https://github.com/django/django.git synced 2025-01-14 04:18:17 +00:00
django/docs/ref
Mariusz Felisiak ff26e6ad84 [4.2.x] Corrected QuerySet.prefetch_related() note about GenericRelation().
GenericRelation is a reverse generic relationship so it's always
homogeneous. Mentioning this as a restriction is confusing.
Backport of 88b5b7b8e5 from main
2023-09-16 06:58:08 +02:00
..
class-based-views [4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:39:03 +01:00
contrib [4.2.x] Corrected pycon formatting in some docs. 2023-08-01 08:47:40 +02:00
files [4.2.x] Corrected code-block directives in docs. 2023-05-04 19:34:19 +02:00
forms Added reference to TypedChoiceField in ChoiceField docs. 2023-07-18 12:06:59 -03:00
models [4.2.x] Corrected QuerySet.prefetch_related() note about GenericRelation(). 2023-09-16 06:58:08 +02:00
templates [4.2.x] Fixed #33405, Refs #7177 -- Clarified docs for filter escapejs regarding safe and unsafe usages. 2023-07-03 13:55:31 +02:00
applications.txt [4.2.x] Doc'd that django.setup() is called under ASGI. 2023-03-01 14:59:24 +01:00
checks.txt [4.2.x] Corrected admin.E013 check message in docs. 2023-06-20 12:59:48 +02:00
clickjacking.txt [4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:39:03 +01:00
csrf.txt [4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:39:03 +01:00
databases.txt [4.2.x] Clarified database connections lifetime outside HTTP requests. 2023-05-12 08:10:51 -03:00
django-admin.txt [4.2.x] Fixed #34568 -- Made makemigrations --update respect --name option. 2023-05-17 13:15:30 +02:00
exceptions.txt [4.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. 2023-02-14 08:21:18 +01:00
index.txt Refs #32880 -- Moved logging reference to new document. 2021-06-30 07:21:52 +02:00
logging.txt [4.2.x] Fixed #34781 -- Updated logging ref docs for django.server's request extra context value. 2023-08-22 22:44:46 -03:00
middleware.txt [4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:39:03 +01:00
migration-operations.txt [4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:39:03 +01:00
paginator.txt Doc'd a precise exception type in Paginator.page() docs. 2021-10-13 08:46:46 +02:00
request-response.txt [4.2.x] Doc'd HttpResponse.cookies. 2023-09-14 12:29:49 +02:00
schema-editor.txt Fixed #18468 -- Added support for comments on columns and tables. 2022-12-28 06:28:07 +01:00
settings.txt [4.2.x] Refs #34712 -- Doc'd that defining STORAGES overrides the default configuration. 2023-07-24 21:07:41 +02:00
signals.txt [4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:39:03 +01:00
template-response.txt [4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:39:03 +01:00
unicode.txt [4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:39:03 +01:00
urlresolvers.txt [4.2.x] Refs #34028 -- Doc'd that get_script_prefix() cannot be used outside of the request-response cycle. 2023-04-06 13:02:00 +02:00
urls.txt [4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:39:03 +01:00
utils.txt [4.2.x] Fixed #34595 -- Doc'd that format_string arg of format_html() is not escaped. 2023-06-01 13:10:45 +01:00
validators.txt [4.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator and URLValidator. 2023-07-03 08:19:23 +02:00
views.txt [4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs. 2023-03-01 13:39:03 +01:00