diff options
| author | Tim Graham <timograham@gmail.com> | 2015-06-09 17:57:21 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-09 17:57:21 -0400 |
| commit | 90c59db7a3e1c9725ed6e3683ef8beba4eb77333 (patch) | |
| tree | f8a338513af2df66fec6055f74f253a88c2ca2fb | |
| parent | 818a325a6d6f16f61431bf9918f5e7fac22b68c7 (diff) | |
Forwardported release notes for refs #24903.
| -rw-r--r-- | docs/releases/1.7.9.txt | 3 | ||||
| -rw-r--r-- | docs/releases/1.8.3.txt | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/releases/1.7.9.txt b/docs/releases/1.7.9.txt index bca875803c..903464a361 100644 --- a/docs/releases/1.7.9.txt +++ b/docs/releases/1.7.9.txt @@ -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 renaming of MySQL databases (:ticket:`24817`). + +* Fixed ``SimpleTestCase.assertRaisesMessage()`` on Python 2.7.10 + (:ticket:`24903`). diff --git a/docs/releases/1.8.3.txt b/docs/releases/1.8.3.txt index dc5edbcb9e..653df608cc 100644 --- a/docs/releases/1.8.3.txt +++ b/docs/releases/1.8.3.txt @@ -59,3 +59,6 @@ Bugfixes results (:ticket:`24924`). * Fixed usage of transforms in subqueries (:ticket:`24744`). + +* Fixed ``SimpleTestCase.assertRaisesMessage()`` on Python 2.7.10 + (:ticket:`24903`). |
