Stop asking for provinces in china (causes problems for users

apparently)
This commit is contained in:
Raphael Michel
2020-05-04 11:57:20 +02:00
parent d142a09ad3
commit 0ee2f674bc

View File

@@ -1834,7 +1834,7 @@ COUNTRIES_WITH_STATE_IN_ADDRESS = {
'AU': (['State', 'Territory'], 'short'),
'BR': (['State'], 'short'),
'CA': (['Province', 'Territory'], 'short'),
'CN': (['Province', 'Autonomous region', 'Munincipality'], 'long'),
# 'CN': (['Province', 'Autonomous region', 'Munincipality'], 'long'),
'MY': (['State'], 'long'),
'MX': (['State', 'Federal District'], 'short'),
'US': (['State', 'Outlying area', 'District'], 'short'),