summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests
AgeCommit message (Expand)Author
2012-03-22Fixed #17944 -- Prevented an error in the user change page of the admin when ...Aymeric Augustin
2012-03-20Fixed a typo in my previous commit. Apologies.Aymeric Augustin
2012-03-20Fixed #17940 -- Enforced USE_TZ = False in contrib apps tests that use fixtur...Aymeric Augustin
2012-03-14Reset template context processors cache after tests. Refs #17848.Claude Paroz
2012-03-10Fixed #17327 (again) -- Moved createsuperuser tests added in r17665.Ramiro Morales
2012-03-05Fixes #17327 -- Add --database option to createsuperuser and change password ...Chris Beaven
2012-03-02Fixed #17046 -- Added a check if the username passed to User.objects.create_u...Jannis Leidel
2012-02-29Fixes #17777 and makes tests run again.Paul McMillan
2012-02-27Fixed #16366 -- Prevented some failures of the django.contrib.auth tests when...Aymeric Augustin
2012-02-16Fix broken test introduced by r17526.Paul McMillan
2012-02-09Fixed #17504 -- Fixed normalization of email addresses that have '@' in the n...Jannis Leidel
2012-02-04Fixed #13914 -- Added natural keys to User and Group models in auth contrib a...Jannis Leidel
2011-12-23Renovated password hashing, including the forgotten files in r17253.Paul McMillan
2011-12-23Renovated password hashing. Many thanks to Justine Tunney for help with the i...Paul McMillan
2011-12-15Fixed #17194 -- Made sure the auth form tests work if a language other than E...Jannis Leidel
2011-11-22Removed redundant definition of urls in the auth tests.Aymeric Augustin
2011-11-20Upgraded django.contrib.auth to be compatible with time zone support.Aymeric Augustin
2011-11-12Fix #16813: Restore checking whether a backend supports inctive users before ...Karen Tracey
2011-09-24Fixed #16789 -- Added names to URLs in convenience contrib.auth urls.py.Ramiro Morales
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-10Removed the deprecated-since-1.2 "supports_object_permissions" and "supports_...Alex Gaynor
2011-09-03Fixed #16412 -- Prevented a `contrib.auth` test from failing in the potential...Julien Phalip
2011-07-31Added yet another import from the future.Jannis Leidel
2011-07-26Fixed #16413 -- Stopped an auth test from failing if LOGIN_URL is set to a no...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-06-28Removed stale import from auth tests. Thanks, Ramiro.Jannis Leidel
2011-06-28Reverted parts of r14891 and r16400 due to inherent brokenness of tests.Jannis Leidel
2011-06-28Fixed #16363 -- Fixed tests introduced in r16472. Thanks, EnTeQuAk.Jannis Leidel
2011-06-28Make the email parameter of User.objects.create_user optional.Chris Beaven
2011-06-26Fixed #14390 and #16262 -- Moved password related functions from auth models ...Jannis Leidel
2011-06-26Fixed #14674 -- Prevent user accounts with an unusable password from resettin...Jannis Leidel
2011-06-26Fixed #15266 -- Applied login_required decorator to password_change_done view...Jannis Leidel
2011-06-19Fixed #12202 -- Removed hardcoded password reset subject and added a subject_...Jannis Leidel
2011-06-14Fixed #16183 -- Fixed an ignored auth test. Thanks, desh.Jannis Leidel
2011-05-31Fixed auth context processor tests, which were not running at all previously.Luke Plant
2011-05-09Fixes #15778 -- createsuperuser fails on international characters in system u...Chris Beaven
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2011-04-02Advanced deprecations in contrib.auth.Russell Keith-Magee
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-03-30Removed Django 1.2 compatibility fallback for password reset hashLuke Plant
2011-03-28Removed a bunch of Python 2.4 workarounds now that we don't support it. Refs ...Adrian Holovaty
2011-03-17Fixed #15142 -- Force test views to be non-cached so that projects with cachi...Russell Keith-Magee
2011-03-14Fixed #9213 - Added check to prevent inactive users from resetting their pass...Carl Meyer
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-02Fixed #11223 -- Fixed logout view to use the 'next' GET parameter correctly a...Jannis Leidel
2011-03-01Fixed #12534 -- Loosened the the security check for "next" redirects after lo...Jannis Leidel
2011-02-22Fixed #15371 -- Ensure that a superuser created with the createsuperuser mana...Russell Keith-Magee
2011-02-05Fixed #15111 -- Ensured that the auth, contenttypes and sitemaps tests will r...Russell Keith-Magee
2011-01-24Fixed #15067 -- Modified the range checks on base36_to_int so you are guarant...Russell Keith-Magee
2011-01-13Fixed #14975, #14925 -- Added some cache flushing to avoid some cross-test ef...Russell Keith-Magee