Commit afd6d3f6 by Awais

Replacing user dropdown field with user search textbox. On stage due to large…

Replacing user dropdown field with user search textbox. On stage due to large user's list page is not loading.
ECOM-2980
parent a0db0d82
......@@ -52,6 +52,7 @@ class GeneratedCertificateAdmin(admin.ModelAdmin):
"""
Django admin customizations for GeneratedCertificate model
"""
raw_id_fields = ('user',)
search_fields = ('course_id', 'user__username')
list_display = ('id', 'course_id', 'mode', 'user')
......
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