diff options
| author | Tim Graham <timograham@gmail.com> | 2015-03-17 11:35:11 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-03-17 11:35:41 -0400 |
| commit | 717bbd473c888172daed541b51f33c1297bb47cb (patch) | |
| tree | 2c88fa6350d50752a4599cb9dadf24496cd792e1 | |
| parent | a0cebe82b532672d9e293c058f76711d2fcc6863 (diff) | |
[1.8.x] Updated location of gis_tests in docs.
Backport of 64b9393ae279fde1ac535348458b3ff960177225 from master
| -rw-r--r-- | docs/ref/contrib/gis/testing.txt | 4 |
1 files 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 |
