File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff 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+
447458Custom User models in tests
448459~~~~~~~~~~~~~~~~~~~~~~~~~~~
449460
You can’t perform that action at this time.
0 commit comments