Skip to content

Commit e6ced2b

Browse files
committed
Document removal of GeoDjangoTestSuiteRunner in 1.6 release notes.
1 parent ca93f02 commit e6ced2b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/releases/1.6.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -444,6 +444,17 @@ but will not be removed from Django until version 1.8.
444444

445445
.. _recommendations in the Python documentation: http://docs.python.org/2/library/doctest.html#unittest-api
446446

447+
Removal of ``django.contrib.gis.tests.GeoDjangoTestSuiteRunner`` Geodjango custom test runner
448+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
449+
450+
This is for developers working on the GeoDjango application itself and related
451+
to the item above about changes in the test runners:
452+
453+
The ``django.contrib.gis.tests.GeoDjangoTestSuiteRunner`` test runner has been
454+
removed and the standalone GeoDjango tests execution setup it implemented isn't
455+
supported anymore. To run the GeoDjango tests simply use the new
456+
``DicoverRunner`` and specify the ``django.contrib.gis`` app.
457+
447458
Custom User models in tests
448459
~~~~~~~~~~~~~~~~~~~~~~~~~~~
449460

0 commit comments

Comments
 (0)