﻿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
14682	Class based views docs should be more explicit about template location	Paul McMillan	nobody	"In the [http://docs.djangoproject.com/en/dev/topics/class-based-views/ class based views docs], the location of the default template is mentioned:

{{{
In this case, the inferred template will be ""books/publisher_list.html"" -- the 
""books"" part comes from the name of the app that defines the model, while the 
""publisher"" bit is just the lowercased version of the model's name.
}}}


This is misleading because it gives a fairly explicit path without mentioning that this is ''relative to your templates directory''. If you're an experienced Django dev, this is less obvious than you think it is. This should be clarified."		closed	Documentation	1.2		fixed			Accepted	1	0	0	0	0	0
