Skip to content
Snippets Groups Projects
Commit 8b5b1eba authored by John Eskew's avatar John Eskew
Browse files

Use Django 1.11 compatible version of django-countries.

parent 6294766c
No related branches found
Tags release-2020-01-24-15.46
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"""Constants used in the test suite. """ """Constants used in the test suite. """
SORTED_COUNTRIES = [ SORTED_COUNTRIES = [
(u"AF", u"Afghanistan"), (u"AF", u"Afghanistan"),
(u"AX", u"Åland Islands"), (u"AX", u"\xc5land Islands"),
(u"AL", u"Albania"), (u"AL", u"Albania"),
(u"DZ", u"Algeria"), (u"DZ", u"Algeria"),
(u"AS", u"American Samoa"), (u"AS", u"American Samoa"),
...@@ -55,12 +55,12 @@ SORTED_COUNTRIES = [ ...@@ -55,12 +55,12 @@ SORTED_COUNTRIES = [
(u"CD", u"Congo (the Democratic Republic of the)"), (u"CD", u"Congo (the Democratic Republic of the)"),
(u"CK", u"Cook Islands"), (u"CK", u"Cook Islands"),
(u"CR", u"Costa Rica"), (u"CR", u"Costa Rica"),
(u"CI", u"Côte d'Ivoire"), (u"CI", u"C\xf4te d'Ivoire"),
(u"HR", u"Croatia"), (u"HR", u"Croatia"),
(u"CU", u"Cuba"), (u"CU", u"Cuba"),
(u"CW", u"Curaçao"), (u"CW", u"Cura\xe7ao"),
(u"CY", u"Cyprus"), (u"CY", u"Cyprus"),
(u"CZ", u"Czech Republic"), (u"CZ", u"Czechia"),
(u"DK", u"Denmark"), (u"DK", u"Denmark"),
(u"DJ", u"Djibouti"), (u"DJ", u"Djibouti"),
(u"DM", u"Dominica"), (u"DM", u"Dominica"),
...@@ -181,11 +181,11 @@ SORTED_COUNTRIES = [ ...@@ -181,11 +181,11 @@ SORTED_COUNTRIES = [
(u"PT", u"Portugal"), (u"PT", u"Portugal"),
(u"PR", u"Puerto Rico"), (u"PR", u"Puerto Rico"),
(u"QA", u"Qatar"), (u"QA", u"Qatar"),
(u"RE", u"Réunion"), (u"RE", u"R\xe9union"),
(u"RO", u"Romania"), (u"RO", u"Romania"),
(u"RU", u"Russia"), (u"RU", u"Russia"),
(u"RW", u"Rwanda"), (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"SH", u"Saint Helena, Ascension and Tristan da Cunha"),
(u"KN", u"Saint Kitts and Nevis"), (u"KN", u"Saint Kitts and Nevis"),
(u"LC", u"Saint Lucia"), (u"LC", u"Saint Lucia"),
...@@ -250,5 +250,5 @@ SORTED_COUNTRIES = [ ...@@ -250,5 +250,5 @@ SORTED_COUNTRIES = [
(u"EH", u"Western Sahara"), (u"EH", u"Western Sahara"),
(u"YE", u"Yemen"), (u"YE", u"Yemen"),
(u"ZM", u"Zambia"), (u"ZM", u"Zambia"),
(u"ZW", u"Zimbabwe"), (u"ZW", u"Zimbabwe")
] ]
...@@ -17,7 +17,7 @@ defusedxml==0.4.1 ...@@ -17,7 +17,7 @@ defusedxml==0.4.1
django-babel-underscore==0.5.2 django-babel-underscore==0.5.2
markey==0.8 # From django-babel-underscore markey==0.8 # From django-babel-underscore
django-config-models==0.1.8 django-config-models==0.1.8
django-countries==4.0 django-countries==4.6.1
django-extensions==1.5.9 django-extensions==1.5.9
django-filter==1.0.4 django-filter==1.0.4
django-ipware==1.1.0 django-ipware==1.1.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment