Changes between Initial Version and Version 3 of Ticket #11245


Ignore:
Timestamp:
Jun 2, 2009, 11:09:12 PM (15 years ago)
Author:
jbronn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11245

    • Property Cc andrewfox added
    • Property Component Contrib appsGIS
    • Property Owner changed from nobody to jbronn
  • Ticket #11245 – Description

    initial v3  
    22
    33Referenced code (django/contrib/gis/utils/geoip.py (~line 344):
     4{{{
    45        # Extra checks for the existence of country and city databases.
    56        if city_or_country and self._country is None and self._city is None:
     
    910        elif city and self._city is None:
    1011            raise GeoIPException('Invalid GeoIP city data file: %s' % self._city_file)
     12}}}
Back to Top