#18107 closed Cleanup/optimization (fixed)
Usage of deprecated import in GeoIP docs
Description ¶
>>> from django.contrib.gis.utils import GeoIP
should be
>>> from django.contrib.gis.geoip import GeoIP
in ref/contrib/gis/geoip/
Change History (2)
comment:1 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 13 years ago
Type: | Uncategorized → Cleanup/optimization |
---|
Note:
See TracTickets
for help on using tickets.
In [17902]: