summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2014-05-10 23:22:51 -0300
committerRamiro Morales <cramm0@gmail.com>2014-05-10 23:22:51 -0300
commit8ebf38b7a4ad4b0ca2dfec965d3eac6f8df25016 (patch)
tree92116934b551a4a8a61f81b96eff76bda5f9fdef
parentb6d3212190b114f1ef90d7ee9edcdae046432779 (diff)
[1.6.x] Fix typo in release notes.
-rw-r--r--docs/releases/1.6.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index ae90add9b4..11cff01f33 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~