diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-08-29 09:55:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-29 09:55:45 +0200 |
| commit | 4483a9b12f295908e68b82d6599f460de943444f (patch) | |
| tree | 6282a87d7cd7bba8e761b740ea7d4ff40fe7c719 /docs | |
| parent | f210de760b06cd57ff37b416e2bf9eafb0bfe929 (diff) | |
Fixed #33960 -- Fixed migrations crash on SQLite < 3.26.
Regression in 0b95a96ee10d3e12aef01d449467bcf4641286b4.
Thanks Aristotelis Mikropoulos for the report.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/4.1.1.txt b/docs/releases/4.1.1.txt index f97015b9fa..2e4782f904 100644 --- a/docs/releases/4.1.1.txt +++ b/docs/releases/4.1.1.txt @@ -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`). |
