﻿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
2952	Please show location of manage.py errors (& be consistant with max_...)	Yary	Russell Keith-Magee	"I'm working on a medium-sized data model, and am fixing initial typos like missing quotes or caps. The errors manage.py give me are surprisingly vague, since they don't tell me either line number or object:

> manage.py validate
Site.Q: name 'name' is not defined
1 error found.

(The identifier 'name' is all over the model, where did I use it wrong?)

> manage.py validate
Site.Q: name 'question' is not defined
1 error found.

(same as above... I'd like to know which object model is using
'question' wrong, or a line number...)

> manage.py validate
Site.Q: __init__() got an unexpected keyword argument 'max_length'
1 error found.

(OK I can find max_length, but it irks me that django uses 'max_digits'
with the underscore, but drops the underscore from 'maxlength!)
"	enhancement	closed	Core (Other)		normal	wontfix		freakboy3742@…	Unreviewed	0	0	0	0	0	0
