[formatting] Adding STATE_DISTRICT to formatter for things like counties
This commit is contained in:
@@ -41,6 +41,7 @@ class AddressFormatter(object):
|
||||
SUBURB = 'suburb'
|
||||
CITY = 'city'
|
||||
STATE = 'state'
|
||||
STATE_DISTRICT = 'state_district'
|
||||
POSTCODE = 'postcode'
|
||||
COUNTRY = 'country'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user