diff options
| author | Tim Graham <timograham@gmail.com> | 2015-05-09 19:13:05 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-09 17:54:33 -0400 |
| commit | 8bc18ebf0fc7d82dda266812a1920d179c54223c (patch) | |
| tree | cf7397d46b1bdbfa3eca989bfa4f06b39eedd7b3 /docs | |
| parent | b3f61f6e0840473cfd9485b95752aba572e9a9c9 (diff) | |
[1.8.x] Fixed #24903 -- Fixed assertRaisesMessage on Python 2.7.10.
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
Diffstat (limited to 'docs')
| -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`). |
