Skip to content

Commit cee1aee

Browse files
author
Gerald Iakobinyi-Pich
committed
Setting bounty.owners to be a raw_id field
1 parent ec10b93 commit cee1aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/dashboard/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def response_change(self, request, obj):
376376

377377
# Register your models here.
378378
class BountyAdmin(admin.ModelAdmin):
379-
raw_id_fields = ['interested', 'coupon_code', 'org', 'event', 'bounty_owner_profile', 'bounty_reserved_for_user']
379+
raw_id_fields = ['interested', 'coupon_code', 'org', 'event', 'bounty_owner_profile', 'bounty_reserved_for_user', 'owners']
380380
ordering = ['-id']
381381

382382
search_fields = ['raw_data', 'title', 'bounty_owner_github_username', 'token_name', 'custom_title', 'custom_description']

0 commit comments

Comments
 (0)