Skip to content
Snippets Groups Projects
Unverified Commit 1d6db9bc authored by Ned Batchelder's avatar Ned Batchelder Committed by GitHub
Browse files

Merge pull request #22271 from eduNEXT/lmm/coursemodeladmin

Improve load times of Django Admin - CourseMode
parents a2f71eb5 b514c9d8
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,8 @@ class CourseModeAdmin(admin.ModelAdmin):
"""Admin for course modes"""
form = CourseModeForm
raw_id_fields = ['course']
fields = (
'course',
'mode_slug',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment