django1/django/contrib/auth/tests
Julien Phalip 09fc775f42 Fixed #16412 -- Prevented a `contrib.auth` test from failing in the potential case where `contrib.sites` was not installed. Thanks to haras for the report and to Aymeric Augustin for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16717 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-09-03 12:53:08 +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 Removed stale import from auth tests. Thanks, Ramiro. 2011-06-28 14:04:36 +00:00
auth_backends.py Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +00:00
basic.py Fixed #16363 -- Fixed tests introduced in r16472. Thanks, EnTeQuAk. 2011-06-28 10:17:36 +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 #16412 -- Prevented a `contrib.auth` test from failing in the potential case where `contrib.sites` was not installed. Thanks to haras for the report and to Aymeric Augustin for the patch. 2011-09-03 12:53:08 +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
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 Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing. 2011-07-13 09:35:51 +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 Added yet another import from the future. 2011-07-31 17:01:57 +00:00