Remove unneeded validation on grades model
These checks are causing SQL query numbers to scale linearly with the number of subsections being created/updated, and the errors they check for have not been seen in prod. TNL-6225
Showing
- lms/djangoapps/grades/models.py 1 addition, 22 deletionslms/djangoapps/grades/models.py
- lms/djangoapps/grades/tests/test_models.py 6 additions, 19 deletionslms/djangoapps/grades/tests/test_models.py
- lms/djangoapps/grades/tests/test_new.py 1 addition, 1 deletionlms/djangoapps/grades/tests/test_new.py
- lms/djangoapps/grades/tests/test_tasks.py 14 additions, 10 deletionslms/djangoapps/grades/tests/test_tasks.py
Loading
Please register or sign in to comment