mirror of https://github.com/django/django.git
parent
c41fd66f77
commit
3f16e4df49
|
@ -221,8 +221,8 @@ The ``Storage`` class
|
||||||
:meth:`get_available_name`.
|
:meth:`get_available_name`.
|
||||||
|
|
||||||
The ``content`` argument must be an instance of
|
The ``content`` argument must be an instance of
|
||||||
:class:`django.core.files.File` or of a subclass of
|
:class:`django.core.files.File` or a file-like object that can be
|
||||||
:class:`~django.core.files.File`.
|
wrapped in ``File``.
|
||||||
|
|
||||||
.. method:: size(name)
|
.. method:: size(name)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue