diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/files.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/files.txt b/docs/topics/files.txt index 2038dadd72..b5b9101523 100644 --- a/docs/topics/files.txt +++ b/docs/topics/files.txt @@ -39,7 +39,7 @@ the details of the attached photo:: >>> car = Car.objects.get(name="57 Chevy") >>> car.photo - <ImageFieldFile: chevy.jpg> + <ImageFieldFile: cars/chevy.jpg> >>> car.photo.name 'cars/chevy.jpg' >>> car.photo.path |
