urls.py
855 Bytes
-
Removed autocomplete for the video field on program admin · 19f25c3d
The autocomplete does not allow for the video to be deleted. Since autocomplete is overkill for this field, I have removed it and replaced it with Django's built-in search functionality over raw_id_fields. LEARNER-1603
Clinton Blackburn committed