test_recent_enrollments.py
7.75 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