Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
8b5b1eba
Commit
8b5b1eba
authored
Sep 19, 2017
by
John Eskew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use Django 1.11 compatible version of django-countries.
parent
6294766c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
openedx/core/djangoapps/user_api/tests/test_constants.py
+7
-7
requirements/edx/base.txt
+1
-1
No files found.
openedx/core/djangoapps/user_api/tests/test_constants.py
View file @
8b5b1eba
...
...
@@ -2,7 +2,7 @@
"""Constants used in the test suite. """
SORTED_COUNTRIES
=
[
(
u"AF"
,
u"Afghanistan"
),
(
u"AX"
,
u"
Å
land Islands"
),
(
u"AX"
,
u"
\xc5
land 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
\xf4
te d'Ivoire"
),
(
u"HR"
,
u"Croatia"
),
(
u"CU"
,
u"Cuba"
),
(
u"CW"
,
u"Cura
ç
ao"
),
(
u"CW"
,
u"Cura
\xe7
ao"
),
(
u"CY"
,
u"Cyprus"
),
(
u"CZ"
,
u"Czech
Republic
"
),
(
u"CZ"
,
u"Czech
ia
"
),
(
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
\xe9
union"
),
(
u"RO"
,
u"Romania"
),
(
u"RU"
,
u"Russia"
),
(
u"RW"
,
u"Rwanda"
),
(
u"BL"
,
u"Saint Barth
é
lemy"
),
(
u"BL"
,
u"Saint Barth
\xe9
lemy"
),
(
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"
)
]
requirements/edx/base.txt
View file @
8b5b1eba
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment