Fixed #16807 - Added a class-based views intro.

Thanks Preston Holmes for the text.
This commit is contained in:
Tim Graham 2013-02-27 07:12:37 -05:00
parent 40b9f4fb8b
commit 2108941677
3 changed files with 290 additions and 66 deletions

View file

@ -32,7 +32,6 @@ Two central mixins are provided that help in providing a consistent
interface to working with templates in class-based views.
:class:`~django.views.generic.base.TemplateResponseMixin`
Every built in view which returns a
:class:`~django.template.response.TemplateResponse` will call the
:meth:`~django.views.generic.base.TemplateResponseMixin.render_to_response`