Changes between Initial Version and Version 3 of Ticket #11245
- Timestamp:
- Jun 2, 2009, 11:09:12 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11245
- Property Cc added
- Property Component Contrib apps → GIS
- Property Owner changed from to
-
Ticket #11245 – Description
initial v3 2 2 3 3 Referenced code (django/contrib/gis/utils/geoip.py (~line 344): 4 {{{ 4 5 # Extra checks for the existence of country and city databases. 5 6 if city_or_country and self._country is None and self._city is None: … … 9 10 elif city and self._city is None: 10 11 raise GeoIPException('Invalid GeoIP city data file: %s' % self._city_file) 12 }}}