diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-08-06 05:13:06 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-08-06 05:13:06 +0000 |
| commit | 89977a6e16e89d25097dc82d6f3ae9c51a0470af (patch) | |
| tree | fb469b9b973dfeeafccafc23a7cecc149453f1b5 /docs | |
| parent | 3c733bb6900595abaa71f69d3315ebc80e1105e9 (diff) | |
Fixed #5064 -- Fixed potentially confusing sentence in docs/authentication.txt. Thanks, Collin Grady
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/authentication.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/authentication.txt b/docs/authentication.txt index a05624db68..589e8c9f1b 100644 --- a/docs/authentication.txt +++ b/docs/authentication.txt @@ -234,7 +234,7 @@ the setting and checking of these values behind the scenes. Previous Django versions, such as 0.90, used simple MD5 hashes without password salts. For backwards compatibility, those are still supported; they'll be -converted automatically to the new style the first time ``check_password()`` +converted automatically to the new style the first time ``User.check_password()`` works correctly for a given user. Anonymous users |
