Skip to content

Commit 67989ca

Browse files
committed
Fix IntegrationAdmin with raw_id_fields for Projects
1 parent 70ca7c7 commit 67989ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/integrations/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class IntegrationAdmin(admin.ModelAdmin):
8989
instead just links to the queryset.
9090
"""
9191

92+
raw_id_fields = ('project',)
9293
search_fields = ('project__slug', 'project__name')
9394
readonly_fields = ['exchanges']
9495

0 commit comments

Comments
 (0)