mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
[4.1.x] Fixed #33960 -- Fixed migrations crash on SQLite < 3.26.
Regression in0b95a96ee1. Thanks Aristotelis Mikropoulos for the report. Backport of4483a9b12ffrom main
This commit is contained in:
@@ -52,3 +52,6 @@ Bugfixes
|
||||
|
||||
* Reallowed, following a regression in Django 4.1, creating reverse foreign key
|
||||
managers on unsaved instances (:ticket:`33952`).
|
||||
|
||||
* Fixed a regression in Django 4.1 that caused a migration crash on SQLite <
|
||||
3.20 (:ticket:`33960`).
|
||||
|
||||
Reference in New Issue
Block a user