diff options
| author | Val Neekman <val@neekware.com> | 2012-12-02 16:26:00 -0500 |
|---|---|---|
| committer | Aymeric Augustin <aymeric.augustin@m4x.org> | 2012-12-08 14:51:41 +0100 |
| commit | 152d6cb411c5e75151d4cdc4be4992df61e9bf5b (patch) | |
| tree | 856dd067ebf74896d805e542759efb8bb1bb5ec2 | |
| parent | a155fb7408801ad27dfbbce374f73a809dee3540 (diff) | |
fix a spelling error in docs
backport of cacafe8 from master.
| -rw-r--r-- | docs/topics/auth.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/auth.txt b/docs/topics/auth.txt index a42bfbe97d..2f5e73db04 100644 --- a/docs/topics/auth.txt +++ b/docs/topics/auth.txt @@ -2288,7 +2288,7 @@ code would be required in the app's ``admin.py`` file:: 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 password hash display field. """ |
