|
@@ -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
|
|
|
|