mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #16807 - Added a class-based views intro.
Thanks Preston Holmes for the text.
This commit is contained in:
parent
40b9f4fb8b
commit
2108941677
3 changed files with 290 additions and 66 deletions
|
@ -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`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue