﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
10779	Typo in Files documentation	amiroff	nobody	"At http://docs.djangoproject.com/en/dev/topics/files/#using-files-in-models documentation is as folows: 

{{{
Consider the following model, using a FileField to store a photo:
}}}
 
But in the following code example it reads like 

{{{
photo = models.ImageField(upload_to='cars')
}}}

Clearly example and expalanations afterwards explain usage of ImageField. Therefore, the abovementioned paragraph should be fixed."		closed	Documentation	dev		fixed	typo, documentation	amiroff@…	Ready for checkin	1	0	0	0	0	0
