Enhancement: duplicates filter (#13994)

This commit is contained in:
shamoon
2026-09-07 20:46:49 +00:00
committed by GitHub
parent 05905287b3
commit 9a47b20d2a
11 changed files with 459 additions and 4 deletions
+2
View File
@@ -227,6 +227,7 @@ class Document(SoftDeleteModel, ModelWithOwner): # type: ignore[django-manager-
editable=False,
blank=True,
null=True,
db_index=True,
help_text=_("The checksum of the archived document."),
)
@@ -706,6 +707,7 @@ class SavedViewFilterRule(models.Model):
(47, _("mime type is")),
(48, _("simple title search")),
(49, _("simple text search")),
(50, _("has duplicates")),
]
saved_view = models.ForeignKey(