mirror of
https://github.com/django/django.git
synced 2025-03-12 18:30:48 +00:00
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: * c2bc1cefdcbbf074408f4a4cace88b315cf9d652 * e89c3a46035e9fe17c373a6c9cd63b9fd631d596
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`).
|