Add Actor middle ware and update documentation

This commit is contained in:
Aaron Katz 2023-10-23 15:42:03 +02:00
parent fc811aeedd
commit 10d666828e
4 changed files with 8 additions and 2 deletions

View File

@ -1 +1 @@
3.9.18
3.10.6

View File

@ -52,6 +52,7 @@ bleach = "*"
zxing-cpp = {version = "*", platform_machine = "== 'x86_64'"}
django-multiselectfield = "*"
gotenberg-client = "*"
django-auditlog = "*"
[dev-packages]
# Linting

View File

@ -1140,7 +1140,10 @@ combination with PAPERLESS_CONSUMER_BARCODE_UPSCALE bigger than 1.0.
#### [`PAPERLESS_AUDIT_ENABLED=<bool>`](#PAPERLESS_AUDIT_ENABLED){PAPERLESS_AUDIT_ENABLED}
: Enables an audit trail for each document,document type, correspondent, and tag. This records all changes made to the documents to meet requirement such as GoDB. **Once enabled cannot be disabled!!**
: Enables an audit trail for each document,document type, correspondent, and tag. This records all changes made to the documents to make the changes traceable.
!!! note Warning
Once enabled cannot be disabled
## Collate Double-Sided Documents {#collate}

View File

@ -290,6 +290,7 @@ INSTALLED_APPS = [
"django_filters",
"django_celery_results",
"guardian",
"auditlog",
*env_apps,
]
@ -326,6 +327,7 @@ MIDDLEWARE = [
"django.contrib.auth.middleware.AuthenticationMiddleware",
"django.contrib.messages.middleware.MessageMiddleware",
"django.middleware.clickjacking.XFrameOptionsMiddleware",
"auditlog.middleware.AuditlogMiddleware",
]
# Optional to enable compression