django/tests
Paul McMillan 1030d66a14 Fixed #17481. pbkdf2 hashes no longer ommit leading zeros.
Some existing user passwords may need to be reset or converted 
after this change. See the 1.4-beta release notes for more details.

Thanks bhuztez for the report and initial patch, claudep for the test.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@17418 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-02-02 04:44:17 +00:00
..
modeltests Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and converted Django tests to use them where appropriate. Thanks Greg Müllegger. 2012-01-31 20:36:11 +00:00
regressiontests Fixed #17481. pbkdf2 hashes no longer ommit leading zeros. 2012-02-02 04:44:17 +00:00
templates
runtests.py Fixed #5968 -- Allowed (un-)registering with databrowse several models at once. 2012-01-28 20:54:48 +00:00
test_sqlite.py
urls.py Made sure the new project template functionality works when the template 2011-12-29 17:03:38 +00:00