From cb2fee567fed40f076644e4bdce906225d2fd6a8 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Wed, 14 Aug 2013 13:11:58 -0400 Subject: [PATCH] [1.5.x] Fixed link in 1.5.2 release notes --- docs/releases/1.5.2.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.5.2.txt b/docs/releases/1.5.2.txt index 710f16555c..f12854830b 100644 --- a/docs/releases/1.5.2.txt +++ b/docs/releases/1.5.2.txt @@ -50,7 +50,7 @@ Bugfixes * :djadmin:`makemessages` no longer crashes with ``UnicodeDecodeError`` (#20354). * Fixed ``geojson`` detection with Spatialite. -* :meth:`~django.test.SimpleTestCase.assertContains` once again works with +* :meth:`~django.test.TestCase.assertContains` once again works with binary content (#20237). * Fixed :class:`~django.db.models.ManyToManyField` if it has a unicode ``name`` parameter (#20207).