[formatting] Adding STATE_DISTRICT to formatter for things like counties

This commit is contained in:
Al
2015-10-14 15:10:18 -04:00
parent efba7987b5
commit e584745061

View File

@@ -41,6 +41,7 @@ class AddressFormatter(object):
SUBURB = 'suburb'
CITY = 'city'
STATE = 'state'
STATE_DISTRICT = 'state_district'
POSTCODE = 'postcode'
COUNTRY = 'country'