mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-09-24 01:02:45 -05:00
Enhancement: bulk delete objects (#5688)
This commit is contained in:
@@ -322,7 +322,7 @@ REST_FRAMEWORK = {
|
||||
"DEFAULT_VERSION": "1",
|
||||
# Make sure these are ordered and that the most recent version appears
|
||||
# last
|
||||
"ALLOWED_VERSIONS": ["1", "2", "3", "4"],
|
||||
"ALLOWED_VERSIONS": ["1", "2", "3", "4", "5"],
|
||||
}
|
||||
|
||||
if DEBUG:
|
||||
|
Reference in New Issue
Block a user