Remove unused Mobile latest_updates field

This commit is contained in:
Nimisha Asthagiri
2016-02-17 22:43:05 -05:00
parent deb9148f64
commit c088df0835
2 changed files with 0 additions and 6 deletions

View File

@@ -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
},
}

View File

@@ -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.