mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-08-14 00:26:21 +00:00
Removed the archive tag, as it wasnt really used anyway.
This commit is contained in:
@@ -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):
|
||||
|
||||
|
Reference in New Issue
Block a user