mirror of
https://github.com/django/django.git
synced 2025-09-26 20:19:16 +00:00
Corrected setting name in gis test error message.
This commit is contained in:
parent
e9c6d04224
commit
e36c165b14
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ if HAS_GEOS:
|
||||||
|
|
||||||
|
|
||||||
@skipUnless(HAS_GEOIP and getattr(settings, "GEOIP_PATH", None),
|
@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):
|
class GeoIPTest(unittest.TestCase):
|
||||||
|
|
||||||
def test01_init(self):
|
def test01_init(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue