We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8fc3ef commit d0b97d1Copy full SHA for d0b97d1
flask_pymongo/__init__.py
@@ -230,7 +230,8 @@ def save_upload(filename):
230
:param str content_type: the MIME content-type of the file. If
231
``None``, the content-type is guessed from the filename using
232
:func:`~mimetypes.guess_type`
233
- :param kwargs: extra attributes to be stored in the file's document
+ :param kwargs: extra attributes to be stored in the file's document,
234
+ passed directly to :meth:`gridfs.GridFS.put`
235
"""
236
if not isinstance(base, text_type):
237
raise TypeError("'base' must be string or unicode")
0 commit comments