Reinstate "Remove CourseOverview.get_from_id[s]_if_exists (#22918)"
This reverts commit cdb06198, which itself reverted 3ca00621. The original commit (3ca006) was reverted because it was suspected that it was causing unexpectedly-increased memcached usage and 500s in the Gradebook API. It is not clear whether that is actually the case. We are optimistically reinstating 3ca006 and will monitor production to see if there is an adverse effect. MST-105
Showing
- lms/djangoapps/certificates/apis/v0/views.py 1 addition, 1 deletionlms/djangoapps/certificates/apis/v0/views.py
- lms/djangoapps/program_enrollments/rest_api/v1/views.py 1 addition, 1 deletionlms/djangoapps/program_enrollments/rest_api/v1/views.py
- openedx/core/djangoapps/content/course_overviews/models.py 19 additions, 33 deletionsopenedx/core/djangoapps/content/course_overviews/models.py
- openedx/core/djangoapps/content/course_overviews/signals.py 4 additions, 1 deletionopenedx/core/djangoapps/content/course_overviews/signals.py
- openedx/core/djangoapps/content/course_overviews/tests/test_course_overviews.py 40 additions, 37 deletions...s/content/course_overviews/tests/test_course_overviews.py
- openedx/core/lib/api/tests/test_view_utils.py 66 additions, 0 deletionsopenedx/core/lib/api/tests/test_view_utils.py
- openedx/core/lib/api/view_utils.py 1 addition, 1 deletionopenedx/core/lib/api/view_utils.py
Please register or sign in to comment