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 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 Changed 4 years ago by Chris Adkins

Description: modified (diff)

comment:2 Changed 4 years ago by Mariusz Felisiak

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 Changed 4 years ago by Claude Paroz

Needs documentation: set

comment:4 Changed 4 years ago by Chris Adkins

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 Chris Adkins

Needs documentation: unset

comment:6 Changed 4 years ago by Mariusz Felisiak <felisiak.mariusz@…>

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