Skip to content

Commit

Permalink
Add raw_id_fields
Browse files Browse the repository at this point in the history
  • Loading branch information
jumasheff committed May 8, 2019
1 parent 515da99 commit 35084d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orchestra/admin.py
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 35084d5

Please sign in to comment.