Loading docs/ref/class-based-views/base.txt +3 −2 Original line number Diff line number Diff line Loading @@ -105,6 +105,7 @@ TemplateView This view inherits methods and attributes from the following views: * :class:`django.views.generic.base.TemplateResponseMixin` * :class:`django.views.generic.base.ContextMixin` * :class:`django.views.generic.base.View` **Method Flowchart** Loading Loading @@ -140,8 +141,8 @@ TemplateView **Context** * ``params``: The dictionary of keyword arguments captured from the URL pattern that served the view. * Populated (through :class:`~django.views.generic.base.ContextMixin`) with the keyword arguments captured from the URL pattern that served the view. RedirectView ------------ Loading Loading
docs/ref/class-based-views/base.txt +3 −2 Original line number Diff line number Diff line Loading @@ -105,6 +105,7 @@ TemplateView This view inherits methods and attributes from the following views: * :class:`django.views.generic.base.TemplateResponseMixin` * :class:`django.views.generic.base.ContextMixin` * :class:`django.views.generic.base.View` **Method Flowchart** Loading Loading @@ -140,8 +141,8 @@ TemplateView **Context** * ``params``: The dictionary of keyword arguments captured from the URL pattern that served the view. * Populated (through :class:`~django.views.generic.base.ContextMixin`) with the keyword arguments captured from the URL pattern that served the view. RedirectView ------------ Loading