diff options
| author | Ramiro Morales <cramm0@gmail.com> | 2013-12-05 18:22:37 -0300 |
|---|---|---|
| committer | Ramiro Morales <cramm0@gmail.com> | 2013-12-05 18:22:37 -0300 |
| commit | e36c165b140c6f86678f7d12785d1957afa1735c (patch) | |
| tree | a70ea0ade1bd91875448e89294b5f9498218684f | |
| parent | e9c6d0422422d7ea5ff3be8992ca73b5ba73bd0c (diff) | |
Corrected setting name in gis test error message.
| -rw-r--r-- | django/contrib/gis/geoip/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/gis/geoip/tests.py b/django/contrib/gis/geoip/tests.py index f771608e1d..8d7bdff291 100644 --- a/django/contrib/gis/geoip/tests.py +++ b/django/contrib/gis/geoip/tests.py @@ -25,7 +25,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): |
