Kaydet (Commit) 3f16e4df authored tarafından Tim Graham's avatar Tim Graham

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

üst c41fd66f
...@@ -221,8 +221,8 @@ The ``Storage`` class ...@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment