Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▾ contrib
▸ admin
▸ admindocs
▾ auth
▸ admin
▸ apps
▸ backends
▸ base_user
▸ checks
▸ context_processors
▸ decorators
▾ forms
class
AdminPasswordChangeForm
class
AuthenticationForm
class
PasswordChangeForm
class
PasswordResetForm
class
ReadOnlyPasswordHashField
class
ReadOnlyPasswordHashWidget
class
SetPasswordForm
class
UserChangeForm
class
UserCreationForm
class
Meta
class
UsernameField
▸ handlers
▸ hashers
▸ management
▸ middleware
▸ migrations
▸ mixins
▸ models
▸ password_validation
▸ signals
▸ tokens
▸ urls
▸ validators
▸ views
▸ contenttypes
▸ flatpages
▸ gis
▸ humanize
▸ messages
▸ postgres
▸ redirects
▸ sessions
▸ sitemaps
▸ sites
▸ staticfiles
▸ syndication
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▸ utils
▸ views
Class UserCreationForm
django
.
contrib
.
auth
.
forms
.
UserCreationForm
A form that creates a user, with no privileges, from the given username and password.
Declaration
class
UserCreationForm(forms.ModelForm)
source
link
Documentation
Methods
▷
def
__init__
(
self, *args, **kwargs
)
source
link
▷
def
clean_password2
(
self
)
source
link
▷
def
save
(
self, commit=True
)
source
link
Reexports
Imported in
django.contrib.auth.admin
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04