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
This commit is contained in:
parent
3c733bb690
commit
89977a6e16
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue