mirror of
https://github.com/django/django.git
synced 2025-04-12 11:32:20 +00:00
Backport of 3f16e4df494dc9143d110b886c8e8608f9d2b584 from master
This commit is contained in:
parent
255456becd
commit
f79dce16bc
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user