summaryrefslogtreecommitdiff
path: root/docs/ref
AgeCommit message (Expand)Author
2025-01-14[5.0.x] Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.Natalia
2024-09-03[5.0.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e...Natalia
2024-09-03[5.0.x] Fixed CVE-2024-45230 -- Mitigated potential DoS in urlize and urlizet...Sarah Boyce
2024-07-25[5.0.x] Fixed #35627 -- Raised a LookupError rather than an unhandled ValueEr...Lorenzo Peña
2024-07-23[5.0.x] Updated example links in urlize docs.Matthew Somerville
2024-07-09[5.0.x] Fixed CVE-2024-39614 -- Mitigated potential DoS in get_supported_lang...Sarah Boyce
2024-07-04[5.0.x] Removed outdated note about limitations in Clickjacking protection.Mariusz Felisiak
2024-07-01[5.0.x] Fixed #23790 -- Warned about renaming AppConfig.label in docs/ref/app...Andrew Miller
2024-05-30[5.0.x] Made cosmetic edits to code snippets reformatted with blacken-docs.Mariusz Felisiak
2024-05-04[5.0.x] Fixed #35426 -- Updated querysets to be a required argument of Generi...sobolevn
2024-05-03[5.0.x] Fixed #35427 -- Corrected help text for makemessages --extension in d...Shamil
2024-04-26[5.0.x] Fixed #20744 -- Removed hint that arbitrary kwargs are allowed when c...Adam Zapletal
2024-04-16[5.0.x] Doc'd that RemoveField also drops related database objects in Postgre...David Sanders
2024-04-15[5.0.x] Extended docs for Q() objects mentioning the ~ (NOT) operator.Mohammad Kazemi
2024-04-10[5.0.x] Fixed settings path in docs for installing SpatiaLite with Homebrew.Adam Johnson
2024-04-05[5.0.x] Refs #35354 -- Clarified FORCE_SCRIPT_NAME docs.Carlton Gibson
2024-03-21[5.0.x] Added RowNumber() link in Rank() docs.Adam Zapletal
2024-03-11[5.0.x] Fixed #25595 -- Doc'd that URLValidator rejects file:// URIs without ...Adam Zapletal
2024-03-10[5.0.x] Fixed #35280 -- Improved iriencode filter example in docs.canhuynh1998
2024-03-06[5.0.x] Fixed broken links and redirects in docs.Mariusz Felisiak
2024-03-06[5.0.x] Updated broken links in docs/ref/contrib/gis/tutorial.txt.Mohammad Alsakhawy
2024-02-29[5.0.x] Fixed typo in docs/ref/contrib/admin/index.txt.kbehlers
2024-02-28[5.0.x] Removed #django-geo IRC channel in docs.Mariusz Felisiak
2024-02-28[5.0.x] Refs #34964 -- Doc'd that Q expression order is preserved.David Sanders
2024-02-20[5.0.x] Fixed #35153 -- Added note about locale name notation to FORMAT_MODUL...sandjio
2024-02-17[5.0.x] Fixed #28011 -- Corrected Field.hidden docs.Adam Johnson
2024-01-29[5.0.x] Fixed #35141 -- Clarified the expected type of CACHE_MIDDLEWARE_SECON...Alexander Lazarević
2024-01-26[5.0.x] Applied Black's 2024 stable style.Mariusz Felisiak
2024-01-24[5.0.x] Fixed #34971 -- Doc'd additional loggers.duranbe
2024-01-20[5.0.x] Updated "Dive Into Python" links.Emmanuel Katchy
2024-01-16[5.0.x] Used more specific link to email backends in EMAIL_BACKEND docs.Baptiste Mispelon
2024-01-15[5.0.x] Fixed #34949 -- Clarified when UniqueConstraints with include/nulls_d...jordanbae
2023-12-30[5.0.x] Fixed #35069 -- Fixed typo in docs/ref/forms/api.txt.Salvo Polizzi
2023-12-28[5.0.x] Corrected code-block directives in docs.Mariusz Felisiak
2023-12-28[5.0.x] Improved DEFAULT_FROM_EMAIL/SERVER_EMAIL docs.David D Lowe
2023-12-19[5.0.x] Doc'd that users with unusable passwords cannot request a password re...Amin Shah Gilani
2023-12-15[5.0.x] Added missing import in docs/ref/models/expressions.txt.Viicos
2023-12-14[5.0.x] Added clarifications about the DATABASES.TIME_ZONE setting in docs.David Sanders
2023-12-08[5.0.x] Fixed #35016 -- Doc'd that DATABASES["OPTIONS"] are passed to new Pos...Yashas
2023-12-01[5.0.x] Improved wording in auth.models.User field docs.Adrien
2023-11-29[5.0.x] Updated conditions to retrieve primary keys in bulk_create() docs.KimSia Sim
2023-11-28[5.0.x] Removed link to lawrence.com in contrib.sites docs.Adam Johnson
2023-11-28[5.0.x] Refs #34380 -- Added FORMS_URLFIELD_ASSUME_HTTPS transitional setting.Mariusz Felisiak
2023-11-25[5.0.x] Refs #34380 -- Improved docs for forms.URLField.assume_scheme.Adam Johnson
2023-11-23[5.0.x] Fixed #34990 -- Changed link to OWASP in CSRF docs.Tim Schilling
2023-11-16[5.0.x] Refs #32819 -- Used auto_id instead of id_for_label as unique identif...David Smith
2023-11-15[5.0.x] Refs #33690 -- Added missing data-theme selector to example in themin...William Hayes
2023-11-14[5.0.x] Refs #34944 -- Propagated system checks for GeneratedField.output_field.Mariusz Felisiak
2023-11-14[5.0.x] Fixed #34944 -- Made GeneratedField.output_field required.Mariusz Felisiak
2023-11-09[5.0.x] Fixed #34457 -- Restored output for makemigrations --check.Adam Johnson