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:11 -0400 |
| commit | 64b9393ae279fde1ac535348458b3ff960177225 (patch) | |
| tree | 00eb42cbfe1d67db1da15d08c72140a8139a802a /docs | |
| parent | 71c638fc55d5b0637e0c50a71694f3e422caa0c1 (diff) | |
Updated location of gis_tests in docs.
Diffstat (limited to 'docs')
| -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 |
