diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-11-04 09:30:23 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2022-11-04 09:31:30 +0100 |
| commit | 84a2b2e7a7d8ac0dd210bcfa299fab8c4f240aae (patch) | |
| tree | 837dbc19dc51c0a7cb79e83ba6f2e666a851c215 /docs | |
| parent | 018311d481d4ad949633cab1adb7677b927c8b1e (diff) | |
[4.1.x] Fixed #34138 -- Avoided table rebuild when adding inline m2m fields on SQLite.
Regression in 2f73e5406d54cb8945e187eff302a3a3373350be.
Thanks David Wobrock for the report.
Backport of 7b0e9ea53ca99de2f485ec582f3a79be34b531d4 from main
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.1.4.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/4.1.4.txt b/docs/releases/4.1.4.txt index da3810875f..21040ebab6 100644 --- a/docs/releases/4.1.4.txt +++ b/docs/releases/4.1.4.txt @@ -9,4 +9,5 @@ Django 4.1.4 fixes several bugs in 4.1.3. Bugfixes ======== -* ... +* Fixed a regression in Django 4.1 that caused an unnecessary table rebuilt + when adding ``ManyToManyField`` on SQLite (:ticket:`34138`). |
