mirror of
https://github.com/django/django.git
synced 2024-11-18 07:26:04 +00:00
17 lines
394 B
Plaintext
17 lines
394 B
Plaintext
==========================
|
|
Django 1.7.9 release notes
|
|
==========================
|
|
|
|
*July 8, 2015*
|
|
|
|
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`).
|