-
A default context mixin that passes the keyword arguments received by get_context_data() as the template context.
-
Provide a redirect on any GET request.
-
A mixin that can be used to render a template.
-
Render a template. Pass keyword arguments from the URLconf to the context.
-
Intentionally simple parent class for all views. Only implements dispatch-by-method and simple sanity checking.