From 705ef6cfebe000df1971e25ee269c2e26bac18f4 Mon Sep 17 00:00:00 2001 From: Chris Adkins Date: Tue, 7 May 2019 21:31:44 +1000 Subject: Fixed #30447 -- Added 'is_in_european_union' in GeoIP2.city() dict. --- docs/ref/contrib/gis/geoip2.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/ref') diff --git a/docs/ref/contrib/gis/geoip2.txt b/docs/ref/contrib/gis/geoip2.txt index 91e2c793b1..2dc3dff526 100644 --- a/docs/ref/contrib/gis/geoip2.txt +++ b/docs/ref/contrib/gis/geoip2.txt @@ -38,6 +38,7 @@ Here is an example of its usage:: 'country_code': 'US', 'country_name': 'United States', 'dma_code': 807, + 'is_in_european_union': False, 'latitude': 37.419200897216797, 'longitude': -122.05740356445312, 'postal_code': '94043', -- cgit v1.3