diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-10-29 14:13:47 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-10-29 14:28:05 +0100 |
| commit | bf7b3e2750e3392d112b34e076ee1a77c8adbe77 (patch) | |
| tree | 9f5023539938c4bb262c94c20d5f87c69639cffa /docs | |
| parent | 2f010795e690550c8c6f56b3924c0f629cacb33b (diff) | |
Fixed typo in docs/topics/files.txt.
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 |
