diff options
| author | Josh Schneier <josh.schneier@gmail.com> | 2017-04-19 14:48:01 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-04-25 20:17:31 -0400 |
| commit | 1f1040aa54e3ee35bbb5fd17486fa1f1707b6b6b (patch) | |
| tree | 2c3bf3c0ae63f9d83b75e3f4360d8503bcd9b8ff /docs/ref/models | |
| parent | 4a89000ccf0483c67f66709cca90fc50ad82aacc (diff) | |
[1.11.x] Removed nonexistent methods from File's docs.
read() and write() were removed in 68a890e79f660484d05482902663b6168f0bd71e.
Backport of 98ee57e343206ef553de78b22be5e9a6dacb5060 from master
Diffstat (limited to 'docs/ref/models')
| -rw-r--r-- | docs/ref/models/fields.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index b034a80dd7..cdc4371d37 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -777,10 +777,9 @@ the result of the :attr:`Storage.open()<django.core.files.storage.Storage.open>` method, which may be a :class:`~django.core.files.File` object, or it may be a custom storage's implementation of the :class:`~django.core.files.File` API. -In addition to the API inherited from -:class:`~django.core.files.File` such as :meth:`~django.core.files.File.read` -and :meth:`~django.core.files.File.write`, :class:`FieldFile` includes several -methods that can be used to interact with the underlying file: +In addition to the API inherited from :class:`~django.core.files.File` such as +``read()`` and ``write()``, :class:`FieldFile` includes several methods that +can be used to interact with the underlying file: .. warning:: |
