This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
706fd9adc0
django1
/
django
/
contrib
/
gis
/
geoip
History
Claude Paroz
02eca6c0e2
Added more relative imports in contrib.gis.
2012-05-18 17:06:25 +02:00
..
__init__.py
Added more relative imports in contrib.gis.
2012-05-18 17:06:25 +02:00
base.py
Fixed
#17059
-- Encode `GeoIP` query strings properly so `libGeoIP` returns results for unicode strings.
2011-10-20 20:08:33 +00:00
libgeoip.py
Fixed
#16553
-- Refactored the `GeoIP` module, moving it `django.contrib.gis.geoip`; fixed memory leaks, and encoding issues.
2011-09-10 18:04:27 +00:00
prototypes.py
Fixed
#16553
-- Refactored the `GeoIP` module, moving it `django.contrib.gis.geoip`; fixed memory leaks, and encoding issues.
2011-09-10 18:04:27 +00:00
tests.py
Replaced deprecated TestCase methods. Refs
#17049
.
2012-05-03 16:39:16 +02:00