Commit e12b321c by Clinton Blackburn

Merge pull request #300 from edx/admin-course-search

Added search to course admin view
parents 127d83b6 c06a64ed
......@@ -7,6 +7,7 @@ from ecommerce.courses.models import Course
class CourseAdmin(SimpleHistoryAdmin):
list_display = ('id', 'name',)
search_fields = ('id', 'name',)
def get_urls(self):
"""Returns the additional urls used by the Reversion admin."""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment