class View:
Known subclasses: django.views.generic.RedirectView
, django.views.generic.TemplateView
Method | __init__ |
Constructor. Called in the URLconf; can contain helpful extra keyword arguments, and other things. |
Method | _allowed_methods |
Undocumented |
Method | as_view |
Main entry point for a request-response process. |
Method | dispatch |
Undocumented |
Method | http_method_not_allowed |
Undocumented |
Method | options |
Handle responding to requests for the OPTIONS HTTP verb. |
Method | setup |
Initialize attributes shared by all view methods. |
Class Variable | http_method_names |
Undocumented |
Instance Variable | args |
Undocumented |
Instance Variable | head |
Undocumented |
Instance Variable | kwargs |
Undocumented |
Instance Variable | request |
Undocumented |
django.contrib.admindocs.views.BaseAdminDocsView
Undocumented
django.views.generic.RedirectView