Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1005 Bytes

forms.rst

File metadata and controls

51 lines (39 loc) · 1005 Bytes

Forms

Abstract forms meant to be inherited or concrete forms meant to be used direction in your views.

Note

These forms are unnecessary starting in Django 2.1, as Django now supports custom user models in its own forms.

UserCreationForm

improved_user.forms.UserCreationForm

UserChangeForm

improved_user.forms.UserChangeForm

AbstractUserCreationForm

improved_user.forms.AbstractUserCreationForm

AbstractUserChangeForm

improved_user.forms.AbstractUserChangeForm