test_course_listing.py
6.69 KB
- 
Remove modulestore dependency from Enrollment API · b50c9058Sets the Enrollment API free of the modulestore by replacing modulestore queries with calls to the CourseOverview model. Course deletion invalidates the corresponding CourseOverview. XCOM-462. Renzo Lucioni committed