summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMariusz Felisiak <felisiak.mariusz@gmail.com>2019-10-29 14:13:47 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-10-29 14:28:05 +0100
commitbf7b3e2750e3392d112b34e076ee1a77c8adbe77 (patch)
tree9f5023539938c4bb262c94c20d5f87c69639cffa
parent2f010795e690550c8c6f56b3924c0f629cacb33b (diff)
Fixed typo in docs/topics/files.txt.
-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 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