summaryrefslogtreecommitdiff
path: root/docs/ref/files
diff options
context:
space:
mode:
authorJosh Schneier <josh.schneier@gmail.com>2017-04-26 14:44:07 -0400
committerTim Graham <timograham@gmail.com>2017-04-26 14:44:07 -0400
commit9b538badb1ae5d1e86779afb8be961ef5880a58a (patch)
tree0b27ed96edc8173e21b31a775dc72bb02cbc0821 /docs/ref/files
parentf3ac398dd595c43f551502c742b0b3cbe8440e50 (diff)
Refs #23919 -- Removed File's Python 2 proxied methods.
Diffstat (limited to 'docs/ref/files')
-rw-r--r--docs/ref/files/file.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/files/file.txt b/docs/ref/files/file.txt
index a1f29ebf66..d99e1add2c 100644
--- a/docs/ref/files/file.txt
+++ b/docs/ref/files/file.txt
@@ -83,9 +83,9 @@ The ``File`` class
In addition to the listed methods, :class:`~django.core.files.File` exposes
the following attributes and methods of its ``file`` object:
``encoding``, ``fileno``, ``flush``, ``isatty``, ``newlines``, ``read``,
- ``readinto``, ``readline``, ``readlines``, ``seek``, ``softspace``,
- ``tell``, ``truncate``, ``write``, ``writelines``, ``xreadlines``,
- ``readable()``, ``writable()``, and ``seekable()``.
+ ``readinto``, ``readline``, ``readlines``, ``seek``, ``tell``,
+ ``truncate``, ``write``, ``writelines``, ``readable()``, ``writable()``,
+ and ``seekable()``.
.. versionchanged:: 1.11