Django

Code

Changeset 5812

Show
Ignore:
Timestamp:
08/06/07 00:13:06 (1 year ago)
Author:
adrian
Message:

Fixed #5064 -- Fixed potentially confusing sentence in docs/authentication.txt. Thanks, Collin Grady

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/authentication.txt

    r5774 r5812  
    235235Previous Django versions, such as 0.90, used simple MD5 hashes without password 
    236236salts. For backwards compatibility, those are still supported; they'll be 
    237 converted automatically to the new style the first time ``check_password()`` 
     237converted automatically to the new style the first time ``User.check_password()`` 
    238238works correctly for a given user. 
    239239