From 4d992bc7d1548663be871aa3b835e7ac91659a22 Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Tue, 29 Oct 2019 14:13:47 +0100 Subject: [PATCH] [2.2.x] Fixed typo in docs/topics/files.txt. Backport of bf7b3e2750e3392d112b34e076ee1a77c8adbe77 from master --- docs/topics/files.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/files.txt b/docs/topics/files.txt index 6318f207e2..67ce56adcd 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 - + >>> car.photo.name 'cars/chevy.jpg' >>> car.photo.path