summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFiza Ashraf <68822806+fizaashraf37@users.noreply.github.com>2022-08-06 13:51:43 -0700
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2022-08-08 06:28:53 +0200
commitc0beff21239e70cbdcc9597e5be09e505bb8f76c (patch)
treef0d70c820f25a0f48472d4b27b6196a7fbf9e381 /docs
parentfd93db97c7228b16a4f92f97ef05b0d72418d952 (diff)
Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3.35.5+.
Regression in 702819227fd0cdd9b581cd99e11d1561d51cbeb. Thanks cessor for the report.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/4.1.1.txt3
1 files changed, 3 insertions, 0 deletions
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`).