Django

Code

Ticket #5064: 5064.patch

File 5064.patch, 0.6 kB (added by Collin Grady <cgrady@the-magi.us>, 1 year ago)
  • docs/authentication.txt

    old new  
    234234 
    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 
    240240Anonymous users