diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2014-05-10 23:22:51 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2014-05-10 23:22:51 -0300 |
| commit | 8ebf38b7a4ad4b0ca2dfec965d3eac6f8df25016 (patch) | |
| tree | 92116934b551a4a8a61f81b96eff76bda5f9fdef /docs | |
| parent | b6d3212190b114f1ef90d7ee9edcdae046432779 (diff) | |
[1.6.x] Fix typo in release notes.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/1.6.txt | 2 |
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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
