diff options
| author | Simon Charette <charette.s@gmail.com> | 2019-09-08 20:31:43 -0400 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-09-10 10:04:12 +0200 |
| commit | 964dd4f4f208722d8993a35c1ff047d353cea1ea (patch) | |
| tree | 6f28554948b727f6213e5dd5a200586a510f9579 /docs | |
| parent | be053c0b2a5160246e3ca76ff4802e9181ae6f7d (diff) | |
[2.2.x] Fixed #30754 -- Prevented inclusion of aliases in partial index conditions.
SQLite doesn't repoint table aliases in partial index conditions on table
rename which breaks the documented table alteration procedure.
Thanks Pēteris Caune for the report.
Backport of 34decdebf157b6f05836009cc1967f74ee541fdf from master
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/2.2.6.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/releases/2.2.6.txt b/docs/releases/2.2.6.txt index e75160f8f3..59c29ef0a6 100644 --- a/docs/releases/2.2.6.txt +++ b/docs/releases/2.2.6.txt @@ -9,4 +9,5 @@ Django 2.2.6 fixes several bugs in 2.2.5. Bugfixes ======== -* ... +* Fixed migrations crash on SQLite when altering a model containing partial + indexes (:ticket:`30754`). |
