mirror of
https://github.com/django/django.git
synced 2025-06-07 04:29:12 +00:00
fix a spelling error in docs
backport of cacafe8 from master.
This commit is contained in:
parent
a155fb7408
commit
152d6cb411
@ -2288,7 +2288,7 @@ code would be required in the app's ``admin.py`` file::
|
|||||||
|
|
||||||
|
|
||||||
class UserChangeForm(forms.ModelForm):
|
class UserChangeForm(forms.ModelForm):
|
||||||
"""A form for updateing users. Includes all the fields on
|
"""A form for updating users. Includes all the fields on
|
||||||
the user, but replaces the password field with admin's
|
the user, but replaces the password field with admin's
|
||||||
password hash display field.
|
password hash display field.
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user