Commit b5951979 authored by Jacob Magnusson's avatar Jacob Magnusson

Fix misleading documentation

parent 59f1c7ed
......@@ -152,7 +152,7 @@ class FileUploadField(fields.StringField):
upload = FileUploadField('File', namegen=prefix_name)
:param allowed_extensions:
List of allowed extensions. If not provided, will allow any file.
List of allowed extensions. If not provided, then gif, jpg, jpeg, png and tiff will be allowed.
"""
self.base_path = base_path
self.relative_path = relative_path
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment