class documentation

class LoginView(RedirectURLMixin, FormView): (source)

View In Hierarchy

Display the login form and handle the login action.

Method dispatch Undocumented
Method form_valid Security check complete. Log the user in.
Method get_context_data Undocumented
Method get_default_redirect_url Return the default redirect URL.
Method get_form_class Undocumented
Method get_form_kwargs Undocumented
Class Variable authentication_form Undocumented
Class Variable extra_context Undocumented
Class Variable redirect_authenticated_user Undocumented
Class Variable template_name Undocumented

Inherited from RedirectURLMixin:

Method get_redirect_url Return the user-originating redirect URL if it's safe.
Method get_success_url Undocumented
Method get_success_url_allowed_hosts Undocumented
Class Variable next_page Undocumented
Class Variable success_url_allowed_hosts Undocumented
def form_valid(self, form): (source)

Security check complete. Log the user in.

def get_context_data(self, **kwargs): (source)

Undocumented

def get_default_redirect_url(self): (source)

Return the default redirect URL.

def get_form_class(self): (source)

Undocumented

def get_form_kwargs(self): (source)

Undocumented

authentication_form = (source)

Undocumented

extra_context = (source)

Undocumented

redirect_authenticated_user: bool = (source)

Undocumented

template_name: str = (source)

Undocumented