Fixed #27145 -- Updated Storage.save() docs for refs #18899.

This commit is contained in:
Tim Graham 2016-08-30 21:35:12 -04:00
parent c41fd66f77
commit 3f16e4df49
1 changed files with 2 additions and 2 deletions

View File

@ -221,8 +221,8 @@ The ``Storage`` class
:meth:`get_available_name`.
The ``content`` argument must be an instance of
:class:`django.core.files.File` or of a subclass of
:class:`~django.core.files.File`.
:class:`django.core.files.File` or a file-like object that can be
wrapped in ``File``.
.. method:: size(name)