mirror of
https://github.com/django/django.git
synced 2024-12-27 19:46:22 +00:00
8bc18ebf0f
A regression in Python 2.7.10 rc1 wasn't reverted in the final release: https://bugs.python.org/issue24134 Backport of two commits from master: *c2bc1cefdc
*e89c3a4603
14 lines
360 B
Plaintext
14 lines
360 B
Plaintext
==========================
|
|
Django 1.7.9 release notes
|
|
==========================
|
|
|
|
*Under development*
|
|
|
|
Django 1.7.9 fixes several bugs in 1.7.8.
|
|
|
|
* 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`).
|