diff options
Diffstat (limited to 'docs/ref/files')
| -rw-r--r-- | docs/ref/files/storage.txt | 4 |
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) |
