From 207da07d5988dc80439a10810ba28fc1fba42fe3 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Sat, 9 May 2015 19:13:05 -0400 Subject: [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 --- docs/releases/1.7.9.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') 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`). -- cgit v1.3