We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64d8d0c commit ea1cb0dCopy full SHA for ea1cb0d
ami/main/admin.py
@@ -71,7 +71,7 @@ def save_related(self, request, form, formsets, change):
71
72
list_display = ("name", "owner", "priority", "active", "created_at", "updated_at")
73
list_filter = ("active", "owner")
74
- search_fields = ("name", "owner__username", "members__username")
+ search_fields = ("name", "owner__email", "members__email")
75
filter_horizontal = ("members",)
76
77
inlines = [ProjectPipelineConfigInline]
0 commit comments