Skip to content

Commit

Permalink
Add raw_id_fields (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
jumasheff authored and Aditya Bharadwaj committed Jan 22, 2021
1 parent c8ceae3 commit af3d588
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orchestra/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ class StaffingRequestInquiryAdmin(RelatedFieldAdmin, AjaxSelectAdmin):
'communication_method', 'request__project_description',
'request__task__id'
)
raw_id_fields = ('request',)


@admin.register(StaffingResponse)
Expand Down

0 comments on commit af3d588

Please sign in to comment.