Loading django/contrib/gis/geoip/tests.py +1 −1 Original line number Diff line number Diff line Loading @@ -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): Loading Loading
django/contrib/gis/geoip/tests.py +1 −1 Original line number Diff line number Diff line Loading @@ -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): Loading