Opened 4 years ago
Closed 4 years ago
#30447 closed New feature (fixed)
Add is_in_european_union to GeoIP2.city() dict.
Reported by: | Chris Adkins | Owned by: | Chris Adkins |
---|---|---|---|
Component: | GIS | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
Maxmind data supplies european union information as part of both the free and paid database sets.
This isn't accessible from the GeoIP2 city dict, despite it being available.
PR on GitHub = https://github.com/django/django/pull/11327
Change History (6)
comment:1 Changed 4 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 4 years ago by
Description: | modified (diff) |
---|---|
Has patch: | set |
Owner: | changed from nobody to Chris Adkins |
Status: | new → assigned |
Summary: | Add is_in_european_union to GeoIP2.city dict → Add is_in_european_union to GeoIP2.city() dict. |
Triage Stage: | Unreviewed → Accepted |
Version: | 2.2 → master |
comment:3 Changed 4 years ago by
Needs documentation: | set |
---|
comment:4 Changed 4 years ago by
have added is_in_european_union to the example in the docs,
not sure what else is needed here?
comment:5 Changed 4 years ago by
Needs documentation: | unset |
---|
Note: See
TracTickets for help on using
tickets.
PR