summaryrefslogtreecommitdiff
path: root/docs/releases/3.2.9.txt
AgeCommit message (Collapse)Author
2021-11-01Added release date for 3.2.9.Mariusz Felisiak
2021-10-18Fixed #33194 -- Fixed migrations when altering a field with functional ↵Hannes Ljungberg
indexes/unique constraints on SQLite. This adjusts Expressions.rename_table_references() to only update alias when needed. Regression in 83fcfc9ec8610540948815e127101f1206562ead. Co-authored-by: Simon Charette <charettes@users.noreply.github.com>
2021-10-05Refs #32074 -- Doc'd Python 3.10 compatibility in Django 3.2.x.Mariusz Felisiak
2021-10-05Added stub release notes for Django 3.2.9.Carlton Gibson