mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
[2.2.x] Fixed typo in docs/topics/files.txt.
Backport of bf7b3e2750
from master
This commit is contained in:
parent
4c0979bba4
commit
4d992bc7d1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue