mirror of
https://github.com/django/django.git
synced 2025-10-07 09:10:33 +00:00
Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3.35.5+.
Regression in 702819227fd0cdd9b581cd99e11d1561d51cbeb. Thanks cessor for the report.
This commit is contained in:
parent
fd93db97c7
commit
c0beff2123
4 changed files with 18 additions and 2 deletions
|
@ -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`).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue