We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bdacceb + c089b64 commit 9dbf78aCopy full SHA for 9dbf78a
readthedocs/sphinx_domains/admin.py
@@ -5,7 +5,7 @@
5
6
7
class SphinxDomainAdmin(admin.ModelAdmin):
8
- list_filter = ('type', 'project')
+ list_filter = ('type',)
9
raw_id_fields = ('project', 'version')
10
search_fields = ('doc_name', 'name')
11
0 commit comments