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
c088df08
Commit
c088df08
authored
Feb 17, 2016
by
Nimisha Asthagiri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unused Mobile latest_updates field
parent
deb9148f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
lms/djangoapps/mobile_api/users/serializers.py
+0
-5
lms/djangoapps/mobile_api/users/views.py
+0
-1
No files found.
lms/djangoapps/mobile_api/users/serializers.py
View file @
c088df08
...
...
@@ -76,11 +76,6 @@ class CourseOverviewField(serializers.RelatedField):
kwargs
=
{
'course_id'
:
course_id
},
request
=
request
,
),
# Note: The following should be deprecated.
'latest_updates'
:
{
'video'
:
None
},
}
...
...
lms/djangoapps/mobile_api/users/views.py
View file @
c088df08
...
...
@@ -236,7 +236,6 @@ class UserCourseEnrollmentsList(generics.ListAPIView):
it is enabled, otherwise null.
* end: The end date of the course.
* id: The unique ID of the course.
* latest_updates: Reserved for future use.
* name: The name of the course.
* number: The course number.
* org: The organization that created the course.
...
...
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