Disallow spaces in attachment slugs
This commit is contained in:
@@ -7,7 +7,7 @@ _file_embedded_schema = {
|
||||
}
|
||||
}
|
||||
|
||||
ATTACHMENT_SLUG_REGEX = '[a-zA-Z0-9_ ]+'
|
||||
ATTACHMENT_SLUG_REGEX = '[a-zA-Z0-9_]+'
|
||||
|
||||
attachments_embedded_schema = {
|
||||
'type': 'dict',
|
||||
|
Reference in New Issue
Block a user