From 717bbd473c888172daed541b51f33c1297bb47cb Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Tue, 17 Mar 2015 11:35:11 -0400 Subject: [PATCH] [1.8.x] Updated location of gis_tests in docs. Backport of 64b9393ae279fde1ac535348458b3ff960177225 from master --- docs/ref/contrib/gis/testing.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ref/contrib/gis/testing.txt b/docs/ref/contrib/gis/testing.txt index 5a09c6095e..7d93c18d17 100644 --- a/docs/ref/contrib/gis/testing.txt +++ b/docs/ref/contrib/gis/testing.txt @@ -147,6 +147,6 @@ be performed when executing the command:: $ ./runtests.py --settings=postgis -To run only the GeoDjango test suite, specify ``django.contrib.gis``:: +To run only the GeoDjango test suite, specify ``gis_tests``:: - $ ./runtests.py --settings=postgis django.contrib.gis + $ ./runtests.py --settings=postgis gis_tests