mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-19 13:06:46 +01:00
Removed the archive tag, as it wasnt really used anyway.
This commit is contained in:
parent
b31d4779bf
commit
5b9f38d398
4 changed files with 1 additions and 13 deletions
|
|
@ -51,7 +51,7 @@ class Command(Renderable, BaseCommand):
|
|||
queryset = Document.objects.filter(tags__is_inbox_tag=True)
|
||||
else:
|
||||
queryset = Document.objects.all()
|
||||
documents = queryset.exclude(tags__is_archived_tag=True).distinct()
|
||||
documents = queryset.distinct()
|
||||
|
||||
logging.getLogger(__name__).info("Loading classifier")
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue