summaryrefslogtreecommitdiff
path: root/docs/releases/4.1.2.txt
AgeCommit message (Expand)Author
2022-10-04Fixed CVE-2022-41323 -- Prevented locales being interpreted as regular expres...Adam Johnson
2022-10-03Refs #32987 -- Relaxed system check for template tag modules with the same na...Mariusz Felisiak
2022-09-30Fixed #33984 -- Reverted "Fixed #32980 -- Made models cache related managers."Mariusz Felisiak
2022-09-29Fixed #34062 -- Updated View.http_method_not_allowed() to support async.Antoine Lorence
2022-09-29Fixed #34058 -- Changed sequence types when altering pre-Django 4.1 auto fiel...Mariusz Felisiak
2022-09-28Refs #34010 -- Made --debug-mode work for parallel tests using spawn.Adam Johnson
2022-09-28Fixed #34010 -- Made parallel tests using spawn set up Django.Adam Johnson
2022-09-28Fixed #34025 -- Fixed selecting ModelAdmin.autocomplete_fields after adding/c...David Sanders
2022-09-27Fixed typo in 4.1.2 release notes.Carlton Gibson
2022-09-27Set date and added stub notes for 4.1.2, 4.0.8, and 3.2.16 releases.Carlton Gibson
2022-09-17Fixed #34016 -- Fixed QuerySet.values()/values_list() crash on ArrayAgg() and...Alexander Kerkum
2022-09-13Fixed #33996 -- Fixed CheckConstraint validation on NULL values.David Sanders
2022-09-08Fixed #33992 -- Fixed queryset crash when aggregating over a group containing...Simon Charette
2022-09-07Fixed #33982 -- Fixed migrations crash when adding model with ExclusionConstr...James Beith
2022-09-05Added stub release notes for 4.1.2.Mariusz Felisiak