mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
34decdebf1
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.
14 lines
277 B
Plaintext
14 lines
277 B
Plaintext
==========================
|
|
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`).
|