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:03:16 +0200 |
| commit | 34decdebf157b6f05836009cc1967f74ee541fdf (patch) | |
| tree | 176e91d293f389304a560927a51ba873617011be /docs/releases | |
| parent | a6248035149338f2b76065f7099e9fdca372f715 (diff) | |
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.
Diffstat (limited to 'docs/releases')
| -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`). |
