django1/django
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
..
bin Advanced pending deprecation warnings. 2012-12-29 21:59:07 +01:00
conf Fixed #20138 -- Added BCryptSHA256PasswordHasher 2013-03-26 13:26:57 -04:00
contrib Fixed #20138 -- Added BCryptSHA256PasswordHasher 2013-03-26 13:26:57 -04:00
core Fixed #19541 -- Fixed BaseHandler to enable reversing URLs in response middlewares 2013-03-25 03:19:19 +07:00
db Fixed #20091 -- Oracle null promotion for empty strings 2013-03-26 14:19:54 +02:00
dispatch Fixed #19634 -- Added proper __hash__ methods. 2013-02-25 23:05:20 +01:00
forms Removed forced typecasting of help_text/label Field arguments 2013-03-25 21:38:21 +01:00
http Fixed #18003 -- Preserved tracebacks when re-raising errors. 2013-03-19 15:42:39 -07:00
middleware Deprecated TransactionMiddleware and TRANSACTIONS_MANAGED. 2013-03-11 15:04:05 +01:00
shortcuts Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
template Fixed #19510 -- Race condition in template loading. 2013-03-17 23:56:07 +01:00
templatetags Fixed #18003 -- Preserved tracebacks when re-raising errors. 2013-03-19 15:42:39 -07:00
test Fixed #19541 -- Fixed BaseHandler to enable reversing URLs in response middlewares 2013-03-25 03:19:19 +07:00
utils Fixed #20108 -- Fixed filepath_to_uri decoding error 2013-03-22 17:55:12 +01:00
views Deprecated django.views.defaults.shortcut. 2013-03-14 20:30:23 +01:00
__init__.py Advanced version identifiers for 1.6 cycle. 2012-10-26 22:01:34 -03:00