Opened 5 years ago

Closed 5 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 Mariusz Felisiak)

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 by Chris Adkins, 5 years ago

Description: modified (diff)

comment:2 by Mariusz Felisiak, 5 years ago

Description: modified (diff)
Has patch: set
Owner: changed from nobody to Chris Adkins
Status: newassigned
Summary: Add is_in_european_union to GeoIP2.city dictAdd is_in_european_union to GeoIP2.city() dict.
Triage Stage: UnreviewedAccepted
Version: 2.2master

comment:3 by Claude Paroz, 5 years ago

Needs documentation: set

comment:4 by Chris Adkins, 5 years ago

have added is_in_european_union to the example in the docs,
not sure what else is needed here?

comment:5 by Chris Adkins, 5 years ago

Needs documentation: unset

comment:6 by Mariusz Felisiak <felisiak.mariusz@…>, 5 years ago

Resolution: fixed
Status: assignedclosed

In 705ef6cf:

Fixed #30447 -- Added 'is_in_european_union' in GeoIP2.city() dict.

Note: See TracTickets for help on using tickets.
Back to Top