summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-08-30 21:35:12 -0400
committerTim Graham <timograham@gmail.com>2016-08-30 21:41:27 -0400
commitf79dce16bc8b326e1ab61a71f8e841495c52c6ff (patch)
tree80a205c58147f97d3003f166d7d68ac56774b201 /docs/ref
parent255456becdf1435ce685faea5f3b58d34993e8a8 (diff)
[1.10.x] Fixed #27145 -- Updated Storage.save() docs for refs #18899.
Backport of 3f16e4df494dc9143d110b886c8e8608f9d2b584 from master
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/files/storage.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/files/storage.txt b/docs/ref/files/storage.txt
index dd0670137c..0e8303c7af 100644
--- a/docs/ref/files/storage.txt
+++ b/docs/ref/files/storage.txt
@@ -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)