1
0
mirror of https://github.com/django/django.git synced 2025-01-12 03:15:47 +00:00
django/docs/ref
Adam Johnson 5b698cbcf1 [4.2.x] Removed link to lawrence.com in contrib.sites docs.
lawrence.com has since become a redirect to LJWorld.com,
making the link pointless.
Backport of 9e7ac58901 from main
2023-11-28 20:12:09 +01:00
..
class-based-views
contrib [4.2.x] Removed link to lawrence.com in contrib.sites docs. 2023-11-28 20:12:09 +01: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] Fixed typos in docs/ref/models/expressions.txt. 2023-10-28 14:22:30 +02:00
templates [4.2.x] Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text.Truncator when truncating HTML text. 2023-10-04 09:39:49 -03: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 [4.2.x] Fixed #34990 -- Changed link to OWASP in CSRF docs. 2023-11-23 05:28:43 +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 #34457 -- Restored output for makemigrations --check. 2023-11-09 11:05:54 -03: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] Doc'd HttpResponse.cookies. 2023-09-14 12:29:49 +02:00
schema-editor.txt
settings.txt [4.2.x] Refs #32275 -- Added scrypt password hasher to PASSWORD_HASHERS setting docs. 2023-10-06 09:56:11 +02:00
signals.txt
template-response.txt
unicode.txt
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
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