1
0
mirror of https://github.com/django/django.git synced 2024-12-28 12:06:22 +00:00
django/docs/ref
2023-08-22 22:44:46 -03:00
..
class-based-views
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 pycon formatting in some docs. 2023-08-01 08:47:40 +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
checks.txt [4.2.x] Corrected admin.E013 check message in docs. 2023-06-20 12:59:48 +02:00
clickjacking.txt
csrf.txt
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
index.txt
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
migration-operations.txt
paginator.txt
request-response.txt [4.2.x] Fixed #34556 -- Doc'd that StreamingHttpResponse accepts memoryviews and strings iterators. 2023-05-12 10:36:03 -03:00
schema-editor.txt
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
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
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