Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/releases/1.7.8.txt
blob: f616ce5aff9343330fa713a71c3ac96b73b51ed3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
==========================
Django 1.7.8 release notes
==========================

*May 1, 2015*

Django 1.7.8 fixes:

* Database introspection with SQLite 3.8.9 (released April 8, 2015)
  (:ticket:`24637`).

* A database table name quoting regression in 1.7.2 (:ticket:`24605`).

* The loss of ``null``/``not null`` column properties during field alteration
  of MySQL databases (:ticket:`24595`).