[fix] adding country_region to places config

This commit is contained in:
Al
2016-07-26 02:51:05 -04:00
parent 890f691d7d
commit 6c3128edee

View File

@@ -27,6 +27,7 @@ class PlaceConfig(object):
AddressFormatter.ISLAND,
AddressFormatter.STATE_DISTRICT,
AddressFormatter.STATE,
AddressFormatter.COUNTRY_REGION,
AddressFormatter.COUNTRY,
}