1
0
mirror of https://github.com/django/django.git synced 2025-04-12 11:32:20 +00:00

[1.10.x] Fixed #27145 -- Updated Storage.save() docs for refs #18899.

Backport of 3f16e4df494dc9143d110b886c8e8608f9d2b584 from master
This commit is contained in:
Tim Graham 2016-08-30 21:35:12 -04:00
parent 255456becd
commit f79dce16bc

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)