Enhancement: support owner permissions for file tasks (#8195)

This commit is contained in:
shamoon 2024-11-20 12:25:53 -08:00 committed by GitHub
parent 9c1561adfb
commit 8bfe68743d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 112 additions and 27 deletions

View file

@ -333,7 +333,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", "5"],
"ALLOWED_VERSIONS": ["1", "2", "3", "4", "5", "6"],
}
if DEBUG: