1
0
mirror of https://github.com/django/django.git synced 2025-03-24 16:20:46 +00:00
django/docs/releases/1.7.8.txt
Claude Paroz ada0845dda [1.7.x] Fixed #24595 -- Prevented loss of null info in MySQL field alteration
Thanks Simon Percivall for the report, and Simon Charette and Tim
Graham for the reviews.
Backport of 02260ea3f61b from master.
2015-04-17 10:48:13 +02:00

16 lines
414 B
Plaintext

==========================
Django 1.7.8 release notes
==========================
*Under development*
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`).
* Prevented the loss of ``null``/``not null`` column properties during field
alteration of MySQL databases (:ticket:`24595`).