Skip to content

Commit ac6c547

Browse files
committed
admin: add quick filter by is_spam
1 parent 5a90514 commit ac6c547

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

readthedocs/projects/admin.py

+1
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ class ProjectAdmin(ExtraSimpleHistoryAdmin):
225225

226226
list_filter = list_filter + (
227227
ProjectOwnerBannedFilter,
228+
'is_spam',
228229
'feature__feature_id',
229230
'repo_type',
230231
'privacy_level',

0 commit comments

Comments
 (0)