mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[4.1.x] Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3.35.5+.
Regression in 702819227fd0cdd9b581cd99e11d1561d51cbeb.
Thanks cessor for the report.
Backport of c0beff2123 from main
This commit is contained in:
committed by
Mariusz Felisiak
parent
d9ace347b4
commit
f546e7c18b
@@ -26,3 +26,6 @@ Bugfixes
|
||||
* Fixed a regression in Django 4.1 that caused a crash of
|
||||
:class:`~django.db.models.expressions.Window` expressions with
|
||||
:class:`~django.contrib.postgres.aggregates.ArrayAgg` (:ticket:`33898`).
|
||||
|
||||
* Fixed a regression in Django 4.1 that caused a migration crash on SQLite
|
||||
3.35.5+ when removing an indexed field (:ticket:`33899`).
|
||||
|
||||
Reference in New Issue
Block a user