Commit 8ebf38b7 authored by Ramiro Morales's avatar Ramiro Morales
Browse files

[1.6.x] Fix typo in release notes.

parent b6d32121
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -455,7 +455,7 @@ to the item above about changes in the test runners:
The ``django.contrib.gis.tests.GeoDjangoTestSuiteRunner`` test runner has been
removed and the standalone GeoDjango tests execution setup it implemented isn't
supported anymore. To run the GeoDjango tests simply use the new
``DicoverRunner`` and specify the ``django.contrib.gis`` app.
``DiscoverRunner`` and specify the ``django.contrib.gis`` app.

Custom User models in tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~