Removed the archive tag, as it wasnt really used anyway.

This commit is contained in:
Jonas Winkler
2018-09-25 21:51:38 +02:00
parent b31d4779bf
commit 5b9f38d398
4 changed files with 1 additions and 13 deletions

View File

@@ -83,13 +83,6 @@ class Tag(MatchingModel):
"documents will be tagged with inbox tags."
)
is_archived_tag = models.BooleanField(
default=False,
help_text="Marks this tag as an archive tag: All documents tagged "
"with archive tags will never be modified automatically "
"(i.e., modifying tags by matching rules)"
)
class DocumentType(MatchingModel):