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
9dc2d117
Commit
9dc2d117
authored
Oct 18, 2016
by
Christina Roberts
Committed by
GitHub
Oct 18, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13542 from deepsrijit1105/Country
Fix Moldova spelling on dropdown list
parents
fbf0e944
f9c8e38d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
docs/shared/requirements.txt
+1
-1
openedx/core/djangoapps/user_api/tests/test_constants.py
+2
-2
requirements/edx/base.txt
+1
-1
No files found.
docs/shared/requirements.txt
View file @
9dc2d117
...
...
@@ -10,7 +10,7 @@ boto==2.6.0
celery==3.0.19
distribute>=0.6.28, <0.7
django-celery==3.0.17
django-countries==
1.5
django-countries==
4.0
django-filter==0.11.0
django-mako==0.1.5pre
django-mptt==0.5.5
...
...
openedx/core/djangoapps/user_api/tests/test_constants.py
View file @
9dc2d117
...
...
@@ -145,7 +145,7 @@ SORTED_COUNTRIES = [
(
u"YT"
,
u"Mayotte"
),
(
u"MX"
,
u"Mexico"
),
(
u"FM"
,
u"Micronesia (Federated States of)"
),
(
u"MD"
,
u"Moldov
i
a"
),
(
u"MD"
,
u"Moldova"
),
(
u"MC"
,
u"Monaco"
),
(
u"MN"
,
u"Mongolia"
),
(
u"ME"
,
u"Montenegro"
),
...
...
@@ -236,7 +236,7 @@ SORTED_COUNTRIES = [
(
u"UG"
,
u"Uganda"
),
(
u"UA"
,
u"Ukraine"
),
(
u"AE"
,
u"United Arab Emirates"
),
(
u"GB"
,
u"United Kingdom
of Great Britain and Northern Ireland
"
),
(
u"GB"
,
u"United Kingdom"
),
(
u"UM"
,
u"United States Minor Outlying Islands"
),
(
u"US"
,
u"United States of America"
),
(
u"UY"
,
u"Uruguay"
),
...
...
requirements/edx/base.txt
View file @
9dc2d117
...
...
@@ -17,7 +17,7 @@ defusedxml==0.4.1
django-babel-underscore==0.4.2
django-celery==3.1.16
django-config-models==0.1.3
django-countries==
3.3
django-countries==
4.0
django-extensions==1.5.9
django-filter==0.11.0
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