From 86971c40909430a798e4e55b140004c4b1fb02ff Mon Sep 17 00:00:00 2001 From: Hannes Ljungberg Date: Fri, 15 Oct 2021 22:17:26 +0200 Subject: Fixed #33194 -- Fixed migrations when altering a field with functional 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 --- docs/releases/3.2.9.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/releases/3.2.9.txt b/docs/releases/3.2.9.txt index 56cbd1d223..a03542c0b6 100644 --- a/docs/releases/3.2.9.txt +++ b/docs/releases/3.2.9.txt @@ -10,4 +10,5 @@ Django 3.2.9 fixes several bugs in 3.2.8 and adds compatibility with Python Bugfixes ======== -* ... +* Fixed a bug in Django 3.2 that caused a migration crash on SQLite when + altering a field with a functional index (:ticket:`33194`). -- cgit v1.3