mirror of
https://github.com/django/django.git
synced 2025-03-12 18:30:48 +00:00
[1.6.x] Corrected setting name in gis test error message.
e36c165b14 from master.
This commit is contained in:
parent
49fab30496
commit
656a3adff7
@ -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…
x
Reference in New Issue
Block a user