diff options
| author | Tim Graham <timograham@gmail.com> | 2013-08-14 13:11:58 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2013-08-14 13:11:58 -0400 |
| commit | cb2fee567fed40f076644e4bdce906225d2fd6a8 (patch) | |
| tree | 1a2750c681d391a38d62aad38c04fe277928519f | |
| parent | 3a829bf75a2b3e2259fe2081142a36542361d84c (diff) | |
[1.5.x] Fixed link in 1.5.2 release notes
| -rw-r--r-- | docs/releases/1.5.2.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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). |
