summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-12-06 11:51:32 -0500
committerTim Graham <timograham@gmail.com>2014-12-06 11:52:22 -0500
commit284496e6929e9ec42ee711db1ae1e7d1cb95d063 (patch)
tree6948282c413e1adbc61e332ea4cdf80f2bd660e7 /docs
parenta80e4817a78589a52164020e13ae677dc60f2208 (diff)
[1.7.x] Fixed #23965 -- Mentioned that FieldFile inherits from File
Backport of 5281d9620d13386fd4403f7aa6b9a2afd9b5a93f from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/models/fields.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt
index 2d7d3c7363..5707e448c2 100644
--- a/docs/ref/models/fields.txt
+++ b/docs/ref/models/fields.txt
@@ -689,8 +689,9 @@ FileField and FieldFile
When you access a :class:`~django.db.models.FileField` on a model, you are
given an instance of :class:`FieldFile` as a proxy for accessing the underlying
-file. This class has several attributes and methods that can be used to
-interact with file data:
+file. In addition to the functionality inherited from
+:class:`django.core.files.File`, this class has several attributes and methods
+that can be used to interact with file data:
.. attribute:: FieldFile.url