Remove outdated user_id_characters.
This commit is contained in:
parent
52c7df1061
commit
c9d2806a4f
1 changed files with 0 additions and 2 deletions
|
@ -218,8 +218,6 @@ ALLOWED_ORDERBY_COLUMNS = {
|
||||||
|
|
||||||
FILENAME_BADCHARS = '\\/:*?<>|"'
|
FILENAME_BADCHARS = '\\/:*?<>|"'
|
||||||
|
|
||||||
USER_ID_CHARACTERS = string.digits + string.ascii_uppercase
|
|
||||||
|
|
||||||
MIMETYPES = {
|
MIMETYPES = {
|
||||||
'7z': ('archive', '7z'),
|
'7z': ('archive', '7z'),
|
||||||
'gz': ('archive', 'gz'),
|
'gz': ('archive', 'gz'),
|
||||||
|
|
Loading…
Reference in a new issue