You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2021. It is now read-only.
Paperless 2.7.0 uses a Django feature that was removed with Django 3.
This causes an application server error when attempting to mass-edit documents, for example here with the "Add tag to selected documents" action:
---- (Excerpt from the debug error page) ----
Error during template rendering
In template /usr/share/webapps/paperless/src/documents/templates/admin/documents/document/select_object.html, error at line 5
'staticfiles' is not a registered tag library. Must be one of: admin_list admin_modify (...) static (...)
---- (End excerpt) ----
Going from this answer it seems as if the offending line 5 could be dropped, because
static
is already loaded in line 4.This is on Arch Linux using the paperless AUR package,
paperless-2.7.0-1
.The text was updated successfully, but these errors were encountered: