1
0
mirror of https://github.com/django/django.git synced 2024-12-27 19:46:22 +00:00
django/django/conf
Donald Stufft 25f2acfed0 Fixed #20138 -- Added BCryptSHA256PasswordHasher
BCryptSHA256PasswordHasher pre-hashes the users password using
SHA256 to prevent the 72 byte truncation inherient in the BCrypt
algorithm.
2013-03-26 13:26:57 -04:00
..
app_template Simplified default project template. 2013-02-04 13:21:36 +01:00
locale Fixed #16888 -- Added microseconds in localized input formats 2013-03-02 19:04:23 +01:00
project_template Fixed #19697 -- Added a deployment checklist. 2013-03-17 19:21:36 +01:00
urls Deprecated django.views.defaults.shortcut. 2013-03-14 20:30:23 +01:00
__init__.py Fixed #17061 -- Factored out importing object from a dotted path 2013-02-04 16:38:25 +01:00
global_settings.py Fixed #20138 -- Added BCryptSHA256PasswordHasher 2013-03-26 13:26:57 -04:00