mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-01-07 22:15:59 +01:00
Feature: Allow encrypting sensitive fields in export (#6927)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
parent
6ddb62bf3f
commit
d9002005b1
8 changed files with 583 additions and 120 deletions
|
|
@ -4,6 +4,7 @@ addopts = --pythonwarnings=all --cov --cov-report=html --cov-report=xml --numpro
|
|||
env =
|
||||
PAPERLESS_DISABLE_DBHANDLER=true
|
||||
PAPERLESS_CACHE_BACKEND=django.core.cache.backends.locmem.LocMemCache
|
||||
norecursedirs = locale/*
|
||||
|
||||
[coverage:run]
|
||||
source =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue