Commit c088df08 by Nimisha Asthagiri

Remove unused Mobile latest_updates field

parent deb9148f
......@@ -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
},
}
......
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment