#16597: FormWizard doco mentions get_template_names() but does not document it.
----------------------+-------------------------------
 Reporter:  FunkyBob  |          Owner:  nobody
     Type:  Bug       |         Status:  new
Milestone:            |      Component:  Documentation
  Version:  SVN       |       Severity:  Normal
 Keywords:            |   Triage Stage:  Unreviewed
Has patch:  0         |  Easy pickings:  1
    UI/UX:  0         |
----------------------+-------------------------------
 Under the section "Creating templates for the forms" in
 https://docs.djangoproject.com/en/dev//ref/contrib/formtools/form-wizard
 /#creating-templates-for-the-forms it says "You can change this template
 name by overriding either the template_name attribute or the
 get_template_names() method, which is documented below", but it is not
 listed anywhere else on the page.

 Given it inherits from a TemplateView, it should probably link off to the
 TemplateView.get_template_names doco:
 https://docs.djangoproject.com/en/dev//ref/class-based-
 views/#django.views.generic.base.TemplateResponseMixin.get_template_names

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16597>
Django <https://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