summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/files/storage.txt8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/ref/files/storage.txt b/docs/ref/files/storage.txt
index 8dd700484d..be9c554341 100644
--- a/docs/ref/files/storage.txt
+++ b/docs/ref/files/storage.txt
@@ -118,10 +118,6 @@ The Storage Class
7 character alphanumeric string is appended to the filename before
the extension.
- .. versionchanged:: 1.8
-
- The ``max_length`` argument was added.
-
.. method:: get_valid_name(name)
Returns a filename based on the ``name`` parameter that's suitable
@@ -168,10 +164,6 @@ The Storage Class
:class:`django.core.files.File` or of a subclass of
:class:`~django.core.files.File`.
- .. versionchanged:: 1.8
-
- The ``max_length`` argument was added.
-
.. method:: size(name)
Returns the total size, in bytes, of the file referenced by ``name``.