index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
Age
Commit message (
Expand
)
Author
2025-08-04
[4.2.x] Refs #36535 -- Doc'd that docutils < 0.22 is required.
Natalia
2025-01-14
[4.2.x] Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.
Natalia
2024-09-03
[4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...
Natalia
2024-09-03
[4.2.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...
Sarah Boyce
2024-07-25
[4.2.x] Fixed #35627 -- Raised a LookupError rather than an unhandled ValueEr...
Lorenzo Peña
2024-07-09
[4.2.x] Fixed CVE-2024-39614 -- Mitigated potential DoS in get_supported_lang...
Sarah Boyce
2023-11-28
[4.2.x] Removed link to lawrence.com in contrib.sites docs.
Adam Johnson
2023-11-23
[4.2.x] Fixed #34990 -- Changed link to OWASP in CSRF docs.
Tim Schilling
2023-11-15
[4.2.x] Refs #33690 -- Added missing data-theme selector to example in themin...
William Hayes
2023-11-09
[4.2.x] Fixed #34457 -- Restored output for makemigrations --check.
Adam Johnson
2023-11-02
[4.2.x] Fixed #34813 -- Doc'd usage of integrity HTML attribute with Manifest...
Patrick Rauscher
2023-10-28
[4.2.x] Fixed typos in docs/ref/models/expressions.txt.
Sarah Boyce
2023-10-27
[4.2.x] Fixed typo in docs/ref/contrib/gis/geos.txt.
Izzy Hyman
2023-10-11
[4.2.x] Fixed #34808 -- Doc'd aggregate function's default argument.
lufafajoshua
2023-10-06
[4.2.x] Refs #32275 -- Added scrypt password hasher to PASSWORD_HASHERS setti...
ume
2023-10-05
[4.2.x] Refs #31435 -- Doc'd potential infinite recursion when accessing mode...
David Sanders
2023-10-04
[4.2.x] Corrected wrap_socket() reference in docs/ref/settings.txt.
Mariusz Felisiak
2023-10-04
[4.2.x] Fixed CVE-2023-43665 -- Mitigated potential DoS in django.utils.text....
Natalia
2023-09-27
[4.2.x] Added warning about flatpages and untrusted users.
Mariusz Felisiak
2023-09-21
[4.2.x] Refs #34808 -- Doc'd that aggregation functions on empty groups can r...
David Sanders
2023-09-16
[4.2.x] Corrected QuerySet.prefetch_related() note about GenericRelation().
Mariusz Felisiak
2023-09-14
[4.2.x] Doc'd HttpResponse.cookies.
Michele Mazzucchi
2023-08-22
[4.2.x] Fixed #34781 -- Updated logging ref docs for django.server's request ...
Keryn Knight
2023-08-01
[4.2.x] Corrected pycon formatting in some docs.
Almaz Kunpeissov
2023-07-28
[4.2.x] Fixed #34749 -- Corrected QuerySet.acreate() signature in docs.
John Parton
2023-07-24
[4.2.x] Refs #34712 -- Doc'd that defining STORAGES overrides the default con...
Bruno Alla
2023-07-21
[4.2.x] Added missing backticks in docs.
Mariusz Felisiak
2023-07-20
[4.2.x] Fixed typo in docs/ref/models/querysets.txt.
nessita
2023-07-20
[4.2.x] Refs #30052 -- Clarified that defer() and only() do not work with agg...
Vyacheslav Dmitriev
2023-07-18
Added reference to TypedChoiceField in ChoiceField docs.
David Sanders
2023-07-03
[4.2.x] Fixed #33405, Refs #7177 -- Clarified docs for filter escapejs regard...
Jon Ribbens
2023-07-03
[4.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator a...
Mariusz Felisiak
2023-06-27
[4.2.x] Added dedicated section for output_field in query expressions docs.
nessita
2023-06-27
[4.2.x] Fixed typo in docs/ref/models/querysets.txt.
Mariusz Felisiak
2023-06-20
[4.2.x] Corrected admin.E013 check message in docs.
Mariusz Felisiak
2023-06-01
[4.2.x] Fixed #34595 -- Doc'd that format_string arg of format_html() is not ...
AP Jama
2023-05-31
[4.2.x] Fixed #34600 -- Removed references to bleach in docs.
Akash Kumar Sen
2023-05-26
[4.2.x] Fixed #34574 -- Noted unexpected outcomes in autoescape/escape docs.
Natalia
2023-05-24
[4.2.x] Corrected documentation of Log database function.
Stefan Brand
2023-05-17
[4.2.x] Fixed #34568 -- Made makemigrations --update respect --name option.
Mariusz Felisiak
2023-05-17
[4.2.x] Updated broken links in docs.
Mariusz Felisiak
2023-05-12
[4.2.x] Fixed #34556 -- Doc'd that StreamingHttpResponse accepts memoryviews ...
Alexerson
2023-05-12
[4.2.x] Clarified database connections lifetime outside HTTP requests.
Alberto Sottile
2023-05-07
[4.2.x] Corrected code-block directive in docs/ref/templates/builtins.txt.
Pan Dango
2023-05-04
[4.2.x] Corrected code-block directives in docs.
Jannis Vajen
2023-04-27
[4.2.x] Refs #33662 -- Corrected Sitemap.get_languages_for_item() signature i...
Andrei Shabanski
2023-04-27
[4.2.x] Doc'd that Count("*") is equivalent to COUNT(*) SQL.
Tom Forbes
2023-04-21
[4.2.x] Added meaningful titles to ..admonition:: directives.
Mariusz Felisiak
2023-04-20
[4.2.x] Fixed #34440 -- Doc'd that & queryset operator works similar to chain...
David Sanders
2023-04-19
[4.2.x] Fixed #34435 -- Doc'd that JSONField.default must be a callable.
Sage Abdullah
[next]