Skip to content

Commit 0a84565

Browse files
committed
Remove description and html_url from search_fields
1 parent 1a5f710 commit 0a84565

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

readthedocs/oauth/admin.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,7 @@ class RemoteRepositoryAdmin(admin.ModelAdmin):
2020
raw_id_fields = ('organization',)
2121
list_select_related = ('organization',)
2222
list_filter = ('vcs_provider', 'vcs', 'private',)
23-
search_fields = (
24-
'name',
25-
'full_name',
26-
'html_url',
27-
'description',
28-
'remote_id',
29-
)
23+
search_fields = ('name', 'full_name', 'remote_id',)
3024
list_display = (
3125
'id',
3226
'full_name',

0 commit comments

Comments
 (0)