Changes between Initial Version and Version 1 of Ticket #25184, comment 4


Ignore:
Timestamp:
Jul 28, 2015, 1:56:03 PM (9 years ago)
Author:
Flavio Curella

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25184, comment 4

    initial v1  
    331. Do we want to support both GeoIP and GeoIP2 for some version of Django?
    442. Could we use the GeoIP2 Python bindings (http://geoip2.readthedocs.org/en/latest/), or should we interface directly with the C library, like `contrib.gis.geoip` currently does?
    5 3. Correct me if I'm wrong, but looks like the new database records don't have all the information the old ones had. Specifically, I can't see any `country_code3`, or `area_code`. Probably not a big deal, but it will need to be documented.
     53. Correct me if I'm wrong, but looks like the new database records don't have all the information the old ones had. Specifically, I can't see any `country_code3`, or `area_code`. Also missing is a way to determine the databases version (at least that I could find). Probably not a big deal, but it will need to be documented.
Back to Top