admin.py
851 Bytes
-
Avoid a dropdown for course runs · 1650813d
Entitlement detail pages in django admin normally show a dropdown button for the enrollment_course_run field. But on stage, that can cause a timeout because the enrollment database is so large. So instead, just show it as a raw id field.
Michael Terry committed