#19072 closed Bug (fixed)
GeoDjango/GeoIP docs have outdated info
| Reported by: | Flavio Curella | Owned by: | nobody |
|---|---|---|---|
| Component: | GIS | Version: | 1.4 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | yes |
| Easy pickings: | yes | UI/UX: | no |
Description
The doc about GeoIP states:
[...] These datasets may be
downloaded from MaxMind. Grab theGeoIP.dat.gzandGeoLiteCity.dat.gz
and unzip them in a directory [...]
On the GeoMind server there isn't any file called GeoIP.dat.gz. The file is now called GeoIPv6.dat.gz
Attachments (1)
Change History (8)
comment:1 by , 13 years ago
| Has patch: | set |
|---|
comment:2 by , 13 years ago
| Component: | Documentation → GIS |
|---|---|
| Patch needs improvement: | set |
| Triage Stage: | Unreviewed → Accepted |
by , 13 years ago
| Attachment: | geoip_doc.diff added |
|---|
comment:4 by , 13 years ago
In your formulation, I'm not sure it's clear enough that one file is in GeoLiteCountry dir and not the other.
What about simply writing the path like that: GeoLiteCountry/GeoIP.dat.gz ? No need for another patch, I'll fix it myself if you agree.
comment:6 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I think that Django does not support IPv6 data yet (see #18349). The IPv4 file is now located in the GeoLiteCountry directory.