summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-10-29 14:13:47 +0100
committerCarlton Gibson <carlton.gibson@noumenal.es>2019-10-29 16:10:27 +0100
commit4d992bc7d1548663be871aa3b835e7ac91659a22 (patch)
tree22083fb0c7d1b6f2f5efe9d1ce5b53e3e74682a1 /docs
parent4c0979bba4f5ec31f5b5c523c26ae53b38b212f9 (diff)
[2.2.x] Fixed typo in docs/topics/files.txt.
Backport of bf7b3e2750e3392d112b34e076ee1a77c8adbe77 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/files.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/files.txt b/docs/topics/files.txt
index 6318f207e2..67ce56adcd 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