mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
[4.0.x] 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 in83fcfc9ec8
. Co-authored-by: Simon Charette <charettes@users.noreply.github.com> Backport of86971c4090
from main
This commit is contained in:
parent
f5fd03aebe
commit
00aa3e0b9b
4 changed files with 64 additions and 6 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue