diff options
| author | Tim Graham <timograham@gmail.com> | 2015-05-09 19:13:05 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-06-09 16:14:49 -0400 |
| commit | 207da07d5988dc80439a10810ba28fc1fba42fe3 (patch) | |
| tree | 04aea760f44c2f3594e91408c22d1fcc4639435d /docs | |
| parent | 7ae53e7480ef6835f56aa36fb4eff583e33cdcdd (diff) | |
[1.7.x] Fixed #24903 -- Fixed assertRaisesMessage on Python 2.7.10.
A regression found in in Python 2.7.10 rc1 wasn't reverted for 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 |
1 files changed, 3 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`). |
