Fixed typo in docs/topics/files.txt.

This commit is contained in:
Mariusz Felisiak 2019-10-29 14:13:47 +01:00
parent 2f010795e6
commit bf7b3e2750
1 changed files with 1 additions and 1 deletions

View File

@ -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