mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Forwardported release notes for refs #24903.
This commit is contained in:
parent
818a325a6d
commit
90c59db7a3
@ -8,3 +8,6 @@ Django 1.7.9 fixes several bugs in 1.7.8.
|
|||||||
|
|
||||||
* Prevented the loss of ``null``/``not null`` column properties during field
|
* Prevented the loss of ``null``/``not null`` column properties during field
|
||||||
renaming of MySQL databases (:ticket:`24817`).
|
renaming of MySQL databases (:ticket:`24817`).
|
||||||
|
|
||||||
|
* Fixed ``SimpleTestCase.assertRaisesMessage()`` on Python 2.7.10
|
||||||
|
(:ticket:`24903`).
|
||||||
|
@ -59,3 +59,6 @@ Bugfixes
|
|||||||
results (:ticket:`24924`).
|
results (:ticket:`24924`).
|
||||||
|
|
||||||
* Fixed usage of transforms in subqueries (:ticket:`24744`).
|
* Fixed usage of transforms in subqueries (:ticket:`24744`).
|
||||||
|
|
||||||
|
* Fixed ``SimpleTestCase.assertRaisesMessage()`` on Python 2.7.10
|
||||||
|
(:ticket:`24903`).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user