#14682: Class based views docs should be more explicit about template location
---------------------------+------------------------------------------------
 Reporter:  PaulM          |       Owner:  nobody    
   Status:  new            |   Milestone:  1.3       
Component:  Documentation  |     Version:  1.2       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 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.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14682>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to