Skip to content

Commit c089b64

Browse files
authored
Update admin.py
1 parent e4966e5 commit c089b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readthedocs/sphinx_domains/admin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
class SphinxDomainAdmin(admin.ModelAdmin):
8-
list_filter = ('type')
8+
list_filter = ('type',)
99
raw_id_fields = ('project', 'version')
1010
search_fields = ('doc_name', 'name')
1111

0 commit comments

Comments
 (0)