summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-01[3.1.x] Bumped version for 3.1.1 release.3.1.1Carlton Gibson
2020-09-01[3.1.x] Added release date for 3.1.1, 3.0.10, and 2.2.16.Carlton Gibson
2020-09-01[3.1.x] Fixed CVE-2020-24584 -- Fixed permission escalation in intermediate-l...Mariusz Felisiak
2020-09-01[3.1.x] Fixed CVE-2020-24583, #31921 -- Fixed permissions on intermediate-lev...Mariusz Felisiak
2020-09-01[3.1.x] Fixed #31901 -- Prevented content overflowing in the admin changelist...007gzs
2020-08-31[3.1.x] Corrected note about long names in search docs.Abdullah Dursun
2020-08-31[3.1.x] Fixed #31934 -- Added note about the default of SameSite cookie flag ...Hasan Ramezani
2020-08-31[3.1.x] Fixed #31952 -- Fixed EmptyFieldListFilter crash with reverse relatio...Federico Jaramillo Martínez
2020-08-31[3.1.x] Fixed #31965 -- Adjusted multi-table fast-deletion on MySQL/MariaDB.Simon Charette
2020-08-28[3.1.x] Fixed #31956 -- Fixed crash of ordering by JSONField with a custom de...Mariusz Felisiak
2020-08-28[3.1.x] Fixed #31928 -- Fixed detecting an async get_response in various midd...Kevin Michel
2020-08-28[3.1.x] Fixed #31912 -- Removed strict=True in Path.resolve() in project temp...Mariusz Felisiak
2020-08-26[3.1.x] Fixed #31936 -- Fixed __in lookup on key transforms for JSONField.Mariusz Felisiak
2020-08-26[3.1.x] Fixed #31905 -- Made MiddlewareMixin call process_request()/process_r...Michael Galler
2020-08-24[3.1.x] Fixed #31877 -- Reverted "Fixed #19878 -- Deprecated TemplateView pas...Mariusz Felisiak
2020-08-24[3.1.x] Refs #31877 -- Reverted "Fixes #31877 -- Used lazy() for TemplateView...Mariusz Felisiak
2020-08-21[3.1.x] Fixed #31925 -- Fixed typo in docs/releases/3.0.txt.Kaustubh
2020-08-21[3.1.x] Fixed #31906 -- Fixed typo in docs/ref/forms/fields.txt.Ninad Kulkarni
2020-08-20[3.1.x] Improved wording in async views docs.Juan Pedro Fisanotti
2020-08-20[3.1.x] Fixed #31909 -- Fixed typo in docs/ref/contrib/admin/index.txt.Enderson Menezes
2020-08-19[3.1.x] Fixed #31895 -- Fixed crash when decoding invalid session data.Mariusz Felisiak
2020-08-18[3.1.x] Fixed #27679 -- Doc'd that empty formsets display extra + min_num forms.David Smith
2020-08-18[3.1.x] Refs #17642 -- Doc'd min_num and validate_min arguments in modelforms...Mariusz Felisiak
2020-08-17[3.1.x] Fixed #31892 -- Added backward incompatibility note about Media <scri...Jon Dufresne
2020-08-13[3.1.x] Refs #31863 -- Added release notes for 94ea79be137f3cb30949bf82198e96...Mariusz Felisiak
2020-08-13[3.1.x] Fixed #31863 -- Prevented mutating model state by copies of model ins...Gert Burger
2020-08-13[3.1.x] Fixes #31877 -- Used lazy() for TemplateView kwarg deprecation warning.Adam Johnson
2020-08-11[3.1.x] Fixed #31866 -- Fixed locking proxy models in QuerySet.select_for_upd...Daniel Hillier
2020-08-11[3.1.x] Fixed #31865 -- Adjusted admin nav sidebar template to reduce debug l...Carlton Gibson
2020-08-11[3.1.x] Added stub release notes for 2.2.16 and 3.0.10.Mariusz Felisiak
2020-08-11[3.1.x] Added note about password updates on argon2 attributes change.Roy Zheng
2020-08-10[3.1.x] Fixed #31871 -- Updated SESSION_COOKIE_SAMESITE comment in global_set...אורי
2020-08-08[3.1.x] Refs #31864 -- Doc'd that DEFAULT_HASHING_ALGORITHM requires 3.1.1+ i...Uri
2020-08-07[3.1.x] Fixed #31864 -- Fixed encoding session data during transition to Djan...Mariusz Felisiak
2020-08-07[3.1.x] Removed unnecessary sentence in QuerySet docs.Adam Alton
2020-08-07[3.1.x] Fixed typo in docs/ref/contrib/postgres/fields.txt.Thomas
2020-08-05[3.1.x] Added Hypercorn to ASGI deployment guide.Phil Jones
2020-08-05[3.1.x] Fixed #29336 -- Doc'd circular template inheritanceDavid Smith
2020-08-05[3.1.x] Fixed #31854 -- Fixed wrapping of long model names in admin's sidebar.Mariusz Felisiak
2020-08-05[3.1.x] Fixed #31853 -- Fixed wrapping of translated action labels in admin s...007gzs
2020-08-04[3.1.x] Added stub release notes for 3.1.1.Mariusz Felisiak
2020-08-04[3.1.x] Post-release version bump.Mariusz Felisiak
2020-08-04[3.1.x] Bumped version for 3.1 release.3.1Mariusz Felisiak
2020-08-04[3.1.x] Finalized release notes for Django 3.1.Mariusz Felisiak
2020-08-04[3.1.x] Fixed #31842 -- Added DEFAULT_HASHING_ALGORITHM transitional setting.Mariusz Felisiak
2020-08-03[3.1.x] Moved note about features deprecated in Django 3.1 above their descri...Mariusz Felisiak
2020-08-03[3.1.x] Added release date for 2.2.15 and 3.0.9.Mariusz Felisiak
2020-08-01[3.1.x] Updated translations from TransifexClaude Paroz
2020-08-01[3.1.x] Refs #27468 -- Fixed TestSigner.test_dumps_loads_legacy_signature.Mariusz Felisiak
2020-07-31[3.1.x] Refs #27468 -- Added tests and release notes for signing.dumps()/load...Mariusz Felisiak