[1.5.x] Fixed link in 1.5.2 release notes

This commit is contained in:
Tim Graham 2013-08-14 13:11:58 -04:00
parent 3a829bf75a
commit cb2fee567f
1 changed files with 1 additions and 1 deletions

View File

@ -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).