From c0beff21239e70cbdcc9597e5be09e505bb8f76c Mon Sep 17 00:00:00 2001 From: Fiza Ashraf <68822806+fizaashraf37@users.noreply.github.com> Date: Sat, 6 Aug 2022 13:51:43 -0700 Subject: Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3.35.5+. Regression in 702819227fd0cdd9b581cd99e11d1561d51cbeb. Thanks cessor for the report. --- docs/releases/4.1.1.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/releases/4.1.1.txt b/docs/releases/4.1.1.txt index 7339390ffa..2e61e3877d 100644 --- a/docs/releases/4.1.1.txt +++ b/docs/releases/4.1.1.txt @@ -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`). -- cgit v1.3