Use Django 1.11 compatible version of django-countries.

This commit is contained in:
John Eskew
2017-09-19 17:50:39 -04:00
parent 6294766c24
commit 8b5b1eba86
2 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
"""Constants used in the test suite. """
SORTED_COUNTRIES = [
(u"AF", u"Afghanistan"),
(u"AX", u"Åland Islands"),
(u"AX", u"\xc5land Islands"),
(u"AL", u"Albania"),
(u"DZ", u"Algeria"),
(u"AS", u"American Samoa"),
@@ -55,12 +55,12 @@ SORTED_COUNTRIES = [
(u"CD", u"Congo (the Democratic Republic of the)"),
(u"CK", u"Cook Islands"),
(u"CR", u"Costa Rica"),
(u"CI", u"Côte d'Ivoire"),
(u"CI", u"C\xf4te d'Ivoire"),
(u"HR", u"Croatia"),
(u"CU", u"Cuba"),
(u"CW", u"Curaçao"),
(u"CW", u"Cura\xe7ao"),
(u"CY", u"Cyprus"),
(u"CZ", u"Czech Republic"),
(u"CZ", u"Czechia"),
(u"DK", u"Denmark"),
(u"DJ", u"Djibouti"),
(u"DM", u"Dominica"),
@@ -181,11 +181,11 @@ SORTED_COUNTRIES = [
(u"PT", u"Portugal"),
(u"PR", u"Puerto Rico"),
(u"QA", u"Qatar"),
(u"RE", u"Réunion"),
(u"RE", u"R\xe9union"),
(u"RO", u"Romania"),
(u"RU", u"Russia"),
(u"RW", u"Rwanda"),
(u"BL", u"Saint Barthélemy"),
(u"BL", u"Saint Barth\xe9lemy"),
(u"SH", u"Saint Helena, Ascension and Tristan da Cunha"),
(u"KN", u"Saint Kitts and Nevis"),
(u"LC", u"Saint Lucia"),
@@ -250,5 +250,5 @@ SORTED_COUNTRIES = [
(u"EH", u"Western Sahara"),
(u"YE", u"Yemen"),
(u"ZM", u"Zambia"),
(u"ZW", u"Zimbabwe"),
(u"ZW", u"Zimbabwe")
]

View File

@@ -17,7 +17,7 @@ defusedxml==0.4.1
django-babel-underscore==0.5.2
markey==0.8 # From django-babel-underscore
django-config-models==0.1.8
django-countries==4.0
django-countries==4.6.1
django-extensions==1.5.9
django-filter==1.0.4
django-ipware==1.1.0