From 12bd97dcb84d432b8e9655b83b31729be9dd0526 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 18 Feb 2013 18:41:17 +0100 Subject: [PATCH] add search field to docs --- teleforma/admin.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teleforma/admin.py b/teleforma/admin.py index 10ca0ea2..efb3526e 100644 --- a/teleforma/admin.py +++ b/teleforma/admin.py @@ -53,6 +53,7 @@ class CourseDomainAdmin(admin.ModelAdmin): class DocumentAdmin(admin.ModelAdmin): exclude = ['readers'] filter_horizontal = ['course_type'] + search_fields = ['title'] class MediaAdmin(admin.ModelAdmin): exclude = ['readers'] -- 2.39.5