-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Alter Django Admin media views to surface content reports (#4254)
* Use a more ambiguous related name for reports * Change the media views to order records by total report count * Use plural name for media_reports reference * Let media ID be used for autocomplete, and return unaltered queryset * Add more fields to sort on * Add links to the pending reports in a column * Rename to "total report count" * Expose the decisions tables (for now) * Add filtering based on pending reports * More tweaks to table * Make pending the default filter rather than all * Revert back to media-specific tables * Wording and whitespace corrections Co-authored-by: sarayourfriend <[email protected]> --------- Co-authored-by: sarayourfriend <[email protected]>
- Loading branch information
1 parent
8e6b884
commit 0a7d31b
Showing
2 changed files
with
125 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters