django/docs/releases/1.7.9.txt

17 lines
394 B
Plaintext
Raw Normal View History

==========================
Django 1.7.9 release notes
==========================
2015-06-16 06:29:46 +08:00
*July 8, 2015*
2015-06-16 06:29:46 +08:00
Django 1.7.9 fixes several security issues and bugs in 1.7.8.
Bugfixes
========
* Prevented the loss of ``null``/``not null`` column properties during field
renaming of MySQL databases (:ticket:`24817`).
* Fixed ``SimpleTestCase.assertRaisesMessage()`` on Python 2.7.10
(:ticket:`24903`).