diff options
| author | Tim Graham <timograham@gmail.com> | 2014-12-06 11:51:32 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-12-06 11:51:32 -0500 |
| commit | 5281d9620d13386fd4403f7aa6b9a2afd9b5a93f (patch) | |
| tree | 8b3dd5310ffc41885336d3b00ce6d4c059d60216 /docs/ref | |
| parent | 3bb52c50193bdfaa56134d055f067d1dfe302158 (diff) | |
Fixed #23965 -- Mentioned that FieldFile inherits from File
Diffstat (limited to 'docs/ref')
| -rw-r--r-- | docs/ref/models/fields.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index b8b008c4f3..808a45a35a 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -685,8 +685,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 |
