Branch: refs/heads/master
  Home:   https://github.com/django/django
  Commit: 8f0a4665d67868dce2e204dd592b0f133edf7943
      
https://github.com/django/django/commit/8f0a4665d67868dce2e204dd592b0f133edf7943
  Author: Donald Stufft <[email protected]>
  Date:   2013-05-13 (Mon, 13 May 2013)

  Changed paths:
    M django/contrib/auth/hashers.py
    M django/contrib/auth/tests/test_hashers.py
    M docs/topics/auth/passwords.txt

  Log Message:
  -----------
  Recommend using the bcrypt library instead of py-bcrypt

* py-bcrypt has not been updated in some time
* py-bcrypt does not support Python3
* py3k-bcrypt, a port of py-bcrypt to python3 is not compatible
  with Django
* bcrypt is supported on all versions of Python that Django
  supports


  Commit: c792c83cad54f064b6ba13e285e95a90e2c61f09
      
https://github.com/django/django/commit/c792c83cad54f064b6ba13e285e95a90e2c61f09
  Author: Donald Stufft <[email protected]>
  Date:   2013-05-14 (Tue, 14 May 2013)

  Changed paths:
    M django/contrib/auth/hashers.py
    M django/contrib/auth/tests/test_hashers.py
    M docs/topics/auth/passwords.txt

  Log Message:
  -----------
  Merge pull request #1062 from dstufft/switch-bcrypt-recommendations

Recommend using the bcrypt library instead of py-bcrypt


Compare: https://github.com/django/django/compare/8035533557aa...c792c83cad54

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to