Enhancement: filter by file type (#8946)

This commit is contained in:
shamoon 2025-02-10 08:09:50 -08:00 committed by GitHub
parent 880f08599a
commit 63bb3644f6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 175 additions and 52 deletions

View file

@ -526,6 +526,7 @@ class SavedViewFilterRule(models.Model):
(44, _("created from")),
(45, _("added to")),
(46, _("added from")),
(47, _("mime type is")),
]
saved_view = models.ForeignKey(