From 656a3adff73e3f4df4884540bd9426740593834f Mon Sep 17 00:00:00 2001 From: Ramiro Morales Date: Thu, 5 Dec 2013 18:22:37 -0300 Subject: [PATCH] [1.6.x] Corrected setting name in gis test error message. e36c165b14 from master. --- django/contrib/gis/geoip/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):