summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2014-04-02 17:11:49 -0300
committerRamiro Morales <cramm0@gmail.com>2014-04-02 17:16:33 -0300
commit1a1b22679d8408f81d91dba2c92cb15f9ebf377e (patch)
tree3793a7404693a7d3cc841842ea66685d85a92867 /docs
parent36d1e3725fd0b6a196ddb662fd1eb8bca638d38c (diff)
[1.7.x] Document removal of GeoDjangoTestSuiteRunner in 1.6 release notes.
e6ced2bb08 from master.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.6.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt
index b2568157b7..30b2f741cd 100644
--- a/docs/releases/1.6.txt
+++ b/docs/releases/1.6.txt
@@ -444,6 +444,17 @@ but will not be removed from Django until version 1.8.
.. _recommendations in the Python documentation: http://docs.python.org/2/library/doctest.html#unittest-api
+Removal of ``django.contrib.gis.tests.GeoDjangoTestSuiteRunner`` Geodjango custom test runner
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+This is for developers working on the GeoDjango application itself and related
+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.
+
Custom User models in tests
~~~~~~~~~~~~~~~~~~~~~~~~~~~