summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2024-03-14[5.0.x] Fixed #35273 -- Fixed rendering AdminFileWidget's attributes.Johannes Maron
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-08[5.0.x] Corrected code-block directives in topics/forms/formsets.txt.Mitchina
2024-03-08[5.0.x] Fixed #35223 -- Made Model.full_clean() ignore fields with db_default...Ben Cail
2024-03-07[5.0.x] Fixed typo in docs/howto/custom-file-storage.txt.cuinix
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-03-05[5.0.x] Fixed #35267 -- Clarified time zone topic for PostgreSQL in docs.Josh Smeaton
2024-03-04[5.0.x] Fixed #35261 -- Corrected Media JS example of object-based paths in d...Leandro de Souza
2024-03-04[5.0.x] Added stub release notes for 5.0.4.Mariusz Felisiak
2024-03-04[5.0.x] Added CVE-2024-27351 to security archive.Mariusz Felisiak
2024-03-04[5.0.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words().Shai Berger
2024-02-29[5.0.x] Fixed #35198 -- Fixed facet filters crash on querysets with no primar...Shafiya Adzhani
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-26[5.0.x] Added release date for 5.0.3, 4.2.11, and 3.2.25.Mariusz Felisiak
2024-02-21[5.0.x] Removed distracting note from tutorial 4.Carlton Gibson
2024-02-21[5.0.x] Fixed #35238 -- Fixed database serialization crash when base managers...AlexCLeduc