1
0
mirror of https://github.com/django/django.git synced 2024-12-28 12:06:22 +00:00
django/docs/releases/1.7.8.txt
Tim Graham cc9eeceee2 [1.8.x] Added dates to release notes.
Backport of 06aaed41a4 from master
2015-05-01 16:25:06 -04:00

16 lines
398 B
Plaintext

==========================
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`).