summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2024-07-09[5.0.x] Made cosmetic edits to 5.0.7 release notes.Natalia
2024-07-09[5.0.x] Fixed CVE-2024-39614 -- Mitigated potential DoS in get_supported_lang...Sarah Boyce
2024-07-09[5.0.x] Fixed CVE-2024-39330 -- Added extra file name validation in Storage's...Natalia
2024-07-09[5.0.x] Fixed CVE-2024-39329 -- Standarized timing of verify_password() when ...Michael Manfre
2024-07-09[5.0.x] Fixed CVE-2024-38875 -- Mitigated potential DoS in urlize and urlizet...Adam Johnson
2024-07-08[5.0.x] Fixed 35506 -- Clarified initial references to URLconf in tutorial 1.lucas-r-oliveira
2024-07-04[5.0.x] Removed outdated note about limitations in Clickjacking protection.Mariusz Felisiak
2024-07-04[5.0.x] Fixed #35560 -- Made Model.full_clean() ignore GeneratedFields for co...Mark Gensler
2024-07-03[5.0.x] Added stub release notes and release date for 5.0.7 and 4.2.14.Natalia
2024-07-01[5.0.x] Fixed #23790 -- Warned about renaming AppConfig.label in docs/ref/app...Andrew Miller
2024-06-25[5.0.x] Fixed #34886 -- Modified sample use of lazy in delayed translations.lufafajoshua
2024-06-09[5.0.x] Moved confirmation about dev server running to earlier in tutorial 1.Andreu Vallbona
2024-06-09[5.0.x] Replaced usage of "patch" with more precise terms in faq, howto, and ...Andreu Vallbona
2024-06-09[5.0.x] Simplified tutorial 1 when describing how to run the dev server.Andreu Vallbona
2024-06-08[5.0.x] Fixed #35503 -- Removed distracting PHP reference in tutorial 1.Ismael
2024-05-31[5.0.x] Updated release date for Django 5.0.7.Natalia
2024-05-30[5.0.x] Made cosmetic edits to code snippets reformatted with blacken-docs.Mariusz Felisiak
2024-05-07[5.0.x] Added stub release notes for 5.0.7.Natalia
2024-05-07[5.0.x] Added release notes for 5.0.6 and 4.2.13.Sarah Boyce
2024-05-06[5.0.x] Added stub release notes for 5.0.6.Natalia
2024-05-06[5.0.x] Added release date for 5.0.5 and 4.2.12.Sarah Boyce
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-05-03[5.0.x] Refs #35422 -- Fixed typo in docs/releases/5.0.5.txt.Natalia
2024-05-03[5.0.x] Fixed #35422 -- Fixed migrations crash when altering GeneratedField r...Mariusz Felisiak
2024-05-02[5.0.x] Fixed #35359 -- Fixed migration operations ordering when adding field...DevilsAutumn
2024-04-26[5.0.x] Fixed #20744 -- Removed hint that arbitrary kwargs are allowed when c...Adam Zapletal
2024-04-22[5.0.x] Fixed incorrect blockquotes in docs/topics/forms/index.txt.minusf
2024-04-22[5.0.x] Fixed #35392, Refs #34331 -- Allowed importing aprefetch_related_obje...James Ostrander
2024-04-19[5.0.x] Reverted "Fixed #34994, Fixed #35386 -- Applied checkbox-row CSS clas...Sarah Boyce
2024-04-19[5.0.x] Fixed #34994, Fixed #35386 -- Applied checkbox-row CSS class uncondit...Adam Johnson
2024-04-16[5.0.x] Doc'd that RemoveField also drops related database objects in Postgre...David Sanders
2024-04-16[5.0.x] Fixed #35373 -- Fixed a crash when indexing a generated field on SQLite.Simon Charette
2024-04-15[5.0.x] Extended docs for Q() objects mentioning the ~ (NOT) operator.Mohammad Kazemi
2024-04-12[5.0.x] Corrected description of list_display being a list in tutorial 7.Aleksander Milinkevich
2024-04-12[5.0.x] Refs #35361 -- Clarified release notes for 4.2.12 and 5.0.5.Natalia
2024-04-10[5.0.x] Fixed settings path in docs for installing SpatiaLite with Homebrew.Adam Johnson
2024-04-10[5.0.x] Fixed #35361 -- Added release notes for 4.2.12 and 5.0.5 for backport...Natalia
2024-04-10[5.0.x] Fixed #35350 -- Fixed save() with pk set on models with GeneratedFields.Sarah Boyce
2024-04-05[5.0.x] Refs #35354 -- Clarified FORCE_SCRIPT_NAME docs.Carlton Gibson
2024-04-04[5.0.x] Refs #31710 -- Improved multiple file upload docs.Adam Johnson
2024-04-04[5.0.x] Fixed #35347 -- Clarified choice_set attribute in tutorial 2.Lang Tran
2024-04-03[5.0.x] Added stub release notes for 5.0.5.Natalia
2024-04-03[5.0.x] Added release date for 5.0.4.Natalia
2024-04-02[5.0.x] Fixed #35336 -- Addressed crash when adding a GeneratedField with % l...Simon Charette
2024-04-01[5.0.x] Fixed #35344, Refs #34838 -- Corrected output_field of resolved colum...Johannes Westphal
2024-03-29[5.0.x] Restored django.db.models.F import in final code snippet added at the...Taishi Endo
2024-03-28[5.0.x] Fixed typo in docs/topics/signals.txt.Matthias Kestenholz
2024-03-26[5.0.x] Fixed #35329 -- Fixed migrations crash when adding partial unique con...Mariusz Felisiak
2024-03-21[5.0.x] Added RowNumber() link in Rank() docs.Adam Zapletal