From bd5965ce68c347971dd7b706e3c9b636105b75d1 Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Wed, 2 Apr 2014 17:11:49 -0300 Subject: [PATCH] [1.6.x] Document removal of GeoDjangoTestSuiteRunner in 1.6 release notes. e6ced2bb08 from master. --- docs/releases/1.6.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/releases/1.6.txt b/docs/releases/1.6.txt index 804787e2f6..ae90add9b4 100644 --- a/docs/releases/1.6.txt +++ b/docs/releases/1.6.txt @@ -446,6 +446,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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~