summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2013-12-05 18:22:37 -0300
committerRamiro Morales <cramm0@gmail.com>2013-12-05 18:35:00 -0300
commit656a3adff73e3f4df4884540bd9426740593834f (patch)
tree086c9e71e5475fb0faf3546adb97503f7deb61be
parent49fab30496c6468b7ff323e846e4d31423c12b2b (diff)
[1.6.x] Corrected setting name in gis test error message.
e36c165b14 from master.
-rw-r--r--django/contrib/gis/geoip/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/geoip/tests.py b/django/contrib/gis/geoip/tests.py
index 3fa64bf6be..d17f878702 100644
--- a/django/contrib/gis/geoip/tests.py
+++ b/django/contrib/gis/geoip/tests.py
@@ -24,7 +24,7 @@ if HAS_GEOS:
@skipUnless(HAS_GEOIP and getattr(settings, "GEOIP_PATH", None),
- "GeoIP is required along with the GEOIP_DATA setting.")
+ "GeoIP is required along with the GEOIP_PATH setting.")
class GeoIPTest(unittest.TestCase):
def test01_init(self):