django1/django/db
Alex Gaynor cb68eb3e6d Use the stdlib's PBKDF2 implementation when available.
This is a bit faster than ours, which is good, because it lets you increase
the iteration counts.

This will be used on Python 3.4+, and, pending the acceptance of PEP466, on
newer Python 2.7s.
2014-04-17 11:02:42 -07:00
..
backends Fixed flake8 warnings introduced in recent commits. 2014-04-16 16:49:37 -04:00
migrations Fixed #22350 -- Consistently serialize bytes and text in migrations. 2014-04-13 18:22:26 -04:00
models Use the stdlib's PBKDF2 implementation when available. 2014-04-17 11:02:42 -07:00
__init__.py Removed unused imports. 2014-03-21 20:18:19 -04:00
transaction.py Improved a comment. Thanks intgr for the report. 2014-04-11 23:01:00 +02:00
utils.py Removed deprecated TRANSACTIONS_MANAGED setting. 2014-03-21 21:34:47 +01:00