mirror of
https://github.com/Hopiu/django.git
synced 2026-05-21 05:31:50 +00:00
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.
13 lines
277 B
Text
13 lines
277 B
Text
==========================
|
|
Django 2.2.6 release notes
|
|
==========================
|
|
|
|
*Expected October 1, 2019*
|
|
|
|
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`).
|