mirror of
https://github.com/django/django.git
synced 2024-12-23 09:36:06 +00:00
Fixed typo in docs/topics/files.txt.
This commit is contained in:
parent
2f010795e6
commit
bf7b3e2750
@ -39,7 +39,7 @@ the details of the attached photo::
|
|||||||
|
|
||||||
>>> car = Car.objects.get(name="57 Chevy")
|
>>> car = Car.objects.get(name="57 Chevy")
|
||||||
>>> car.photo
|
>>> car.photo
|
||||||
<ImageFieldFile: chevy.jpg>
|
<ImageFieldFile: cars/chevy.jpg>
|
||||||
>>> car.photo.name
|
>>> car.photo.name
|
||||||
'cars/chevy.jpg'
|
'cars/chevy.jpg'
|
||||||
>>> car.photo.path
|
>>> car.photo.path
|
||||||
|
Loading…
Reference in New Issue
Block a user