Skip to content

Commit

Permalink
Prevent from counting media tables
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal committed Nov 26, 2024
1 parent abe7ba6 commit 6a72f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/api/admin/media_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ def has_sensitive_text(self, obj):
list_display = ("identifier",)
list_display_links = ("identifier",)
list_per_page = 15
list_max_show_all = 50
show_full_result_count = False
search_fields = (None,) # Search functionality is overridden below.
search_help_text = format_html(
"""
Expand Down

0 comments on commit 6a72f6e

Please sign in to comment.