We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 685c76a + 9383474 commit ed9b5fbCopy full SHA for ed9b5fb
esp/esp/program/admin.py
@@ -79,6 +79,10 @@ class RegistrationProfileAdmin(admin.ModelAdmin):
79
'contact_emergency__first_name', 'contact_emergency__last_name']
80
list_filter = ('program', )
81
date_hierarchy = 'last_ts'
82
+
83
+ def lookup_allowed(self, key, value):
84
+ return True
85
86
admin_site.register(RegistrationProfile, RegistrationProfileAdmin)
87
88
class TeacherBioAdmin(admin.ModelAdmin):
0 commit comments