summaryrefslogtreecommitdiff
path: root/docs/releases/2.1.5.txt
blob: 9f1f3a4e8a2db979b5d8dbaa2f4c4a3c0f04623b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
==========================
Django 2.1.5 release notes
==========================

*Expected January 1, 2019*


Django 2.1.5 fixes several bugs in 2.1.4.

Bugfixes
========

* Fixed compatibility with mysqlclient 1.3.14 (:ticket:`30013`).

* Fixed a schema corruption issue on SQLite 3.26+. You might have to drop and
  rebuild your SQLite database if you applied a migration while using an older
  version of Django with SQLite 3.26 or later (:ticket:`29182`).