django1/django/contrib/auth/tests
Jannis Leidel 4a10338986 Fixed #14390 and #16262 -- Moved password related functions from auth models to utils module and stopped check_password from throwing an exception. Thanks, subsume and lrekucki.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-06-26 16:51:46 +00:00
..
templates Fixed #12202 -- Removed hardcoded password reset subject and added a subject_template_name parameter to the password_reset view. Thanks, Ramiro Morales, Claude Paroz and agabel. 2011-06-19 11:24:39 +00:00
__init__.py Fixed #14390 and #16262 -- Moved password related functions from auth models to utils module and stopped check_password from throwing an exception. Thanks, subsume and lrekucki. 2011-06-26 16:51:46 +00:00
auth_backends.py Advanced deprecations in contrib.auth. 2011-04-02 08:33:01 +00:00
basic.py Fixed #14390 and #16262 -- Moved password related functions from auth models to utils module and stopped check_password from throwing an exception. Thanks, subsume and lrekucki. 2011-06-26 16:51:46 +00:00
context_processors.py Fixed auth context processor tests, which were not running at all previously. 2011-05-31 15:19:19 +00:00
decorators.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
forms.py Fixed #14674 -- Prevent user accounts with an unusable password from resetting passwords. Thanks, summerisgone, thejaswi_puthraya and lrekucki. 2011-06-26 16:51:34 +00:00
management.py Fixes #15778 -- createsuperuser fails on international characters in system user names. Thanks for the patch, Hynek Cernoch. 2011-05-09 01:10:40 +00:00
models.py Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` instead of `AttributeError` in certain circumstances. Thanks, Bruno Renié. 2010-02-23 05:52:37 +00:00
permissions.py Fixed #16183 -- Fixed an ignored auth test. Thanks, desh. 2011-06-14 10:45:49 +00:00
remote_user.py Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt 2011-04-01 16:10:22 +00:00
signals.py Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks SmileyChris and pterk. 2010-11-26 13:33:27 +00:00
tokens.py Removed Django 1.2 compatibility fallback for password reset hash 2011-03-30 17:34:38 +00:00
urls.py Fixed auth context processor tests, which were not running at all previously. 2011-05-31 15:19:19 +00:00
views.py Fixed #15266 -- Applied login_required decorator to password_change_done view. Thanks, lasko. 2011-06-26 16:51:25 +00:00