We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Non standard, addresses' country code are not normalized to their good values, even if defined as alias in territory.py:
territory.py
>>> import postal_address >>> postal_address.__version__ '0.7.1' >>> from postal_address import Address >>> Address(country_code='EL') File "(...)/postal_address-0.7.1-py2.7.egg/postal_address/address.py", line 152, in __repr__ File "(...)/postal_address-0.7.1-py2.7.egg/postal_address/address.py", line 456, in country_name File "(...)/postal_address-0.7.1-py2.7.egg/postal_address/address.py", line 445, in country File "(...)/pycountry-1.10-py2.7.egg/pycountry/db.py", line 114, in get return self.indices[field][value] KeyError: 'EL'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Non standard, addresses' country code are not normalized to their good values, even if defined as alias in
territory.py
:The text was updated successfully, but these errors were encountered: