class documentation

class LoginView(SuccessURLAllowedHostsMixin, FormView):

View In Hierarchy

Display the login form and handle the login action.
Method get​_default​_redirect​_url Return the default redirect URL.
Class Variable authentication​_form Undocumented
Class Variable extra​_context Undocumented
Class Variable next​_page Undocumented
Class Variable redirect​_authenticated​_user Undocumented
Class Variable template​_name Undocumented
Method dispatch Undocumented
Method form​_valid Security check complete. Log the user in.
Method get​_context​_data Undocumented
Method get​_form​_class Undocumented
Method get​_form​_kwargs Undocumented
Method get​_redirect​_url Return the user-originating redirect URL if it's safe.
Method get​_success​_url Undocumented

Inherited from SuccessURLAllowedHostsMixin:

Method get​_success​_url​_allowed​_hosts Undocumented
Class Variable success​_url​_allowed​_hosts Undocumented
def get_default_redirect_url(self):
Return the default redirect URL.
authentication_form =

Undocumented

extra_context =

Undocumented

next_page =

Undocumented

redirect_authenticated_user: bool =

Undocumented

template_name: str =

Undocumented

Undocumented

def form_valid(self, form):
Security check complete. Log the user in.
def get_context_data(self, **kwargs):

Undocumented

def get_form_class(self):

Undocumented

def get_form_kwargs(self):

Undocumented

def get_redirect_url(self):
Return the user-originating redirect URL if it's safe.
def get_success_url(self):

Undocumented