summaryrefslogtreecommitdiff
path: root/django/contrib/auth/tests
AgeCommit message (Expand)Author
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
2010-12-23Fix a security issue in the auth system. Disclosure and new release forthcoming.Alex Gaynor
2010-12-21Fixed #14249 -- Added support for inactive users to the auth backend system. ...Jannis Leidel
2010-12-19Fixed #14920 -- Fixed some test failures caused by caching contenttypes that ...Russell Keith-Magee
2010-12-12Fixed #14731 -- Respect ordering when creating the default permissions. Thank...Jannis Leidel
2010-12-04Fixed #14795 -- Ensure that get_all_permissions() returns the right result (i...Russell Keith-Magee
2010-12-04Fixed #13190 -- Improved error handling for the case where no authentication ...Russell Keith-Magee
2010-12-01Fixed #14809 -- broken login related tests after r14733.Chris Beaven
2010-11-27Fixes #11025 -- ability to specify LOGIN_URL as full qualified absolute URL.Chris Beaven
2010-11-26Fixed #5612 -- Added login and logout signals to contrib auth app. Thanks Smi...Jannis Leidel
2010-11-11Fixed #14508 - test suite silences warnings.Luke Plant
2010-11-04Fixed #14612 - Password reset page leaks valid user ids publicly.Luke Plant
2010-11-04Fixed a test setup and isolation bug that was causing PasswordResetTest to fa...Luke Plant
2010-10-31Fixed the auth tests so they work when the AUTHENTICATION_BACKENDS setting is...Alex Gaynor
2010-10-14Fixed #14445 - Use HMAC and constant-time comparison functions where needed.Luke Plant
2010-10-12Fixed #14447 -- Modified the auth and sitemaps tests to remove some assumptio...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee
2010-10-10Converted contrib/auth/tokens doctests to unittests. We've always said "no m...Luke Plant
2010-10-09Fixed #14354 -- Normalized the handling of empty/null passwords in contrib.au...Russell Keith-Magee
2010-10-08#14374 -- Added some missing template files to ensure that contrib.auth tests...Russell Keith-Magee
2010-10-04Fixed #14386, #8960, #10235, #10909, #10608, #13845, #14377 - standardize Sit...Luke Plant
2010-09-12Permit custom from-email address in auth forms email.Malcolm Tredinnick
2010-09-10Added login_url argument to login_required decorator. Thanks mhlakhani and er...Jannis Leidel
2010-09-09Fixed #14242 - UserChangeForm subclasses without 'user_permissions' field cau...Luke Plant
2010-09-09Converted tests for contrib.auth.forms to unit tests.Luke Plant
2010-05-21Fixed #13569 -- Fixed createsuperuser management command to work with the new...Jannis Leidel
2010-04-09Fixed #13304 -- Updated auth decorators so they can be used with callable cla...Russell Keith-Magee
2010-03-15Fixed #13108 -- Corrected an ambiguity in test data with the potential to cau...Russell Keith-Magee
2010-03-01Fixed #5605: only lowercase the domain portion of an email address in `UserMa...Jacob Kaplan-Moss
2010-03-01Fixed #11457: tightened the security check for "next" redirects after logins.Jacob Kaplan-Moss
2010-03-01Fixed #5786: relaxed the validation for usernames to allow more common charac...Jacob Kaplan-Moss
2010-02-23Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste...Justin Bronn
2010-02-13Fixed #10976 -- Isolated contrib.auth tests so they will always pass, regardl...Russell Keith-Magee
2010-01-28Fixed #12557 - AnonymousUser should check auth backends for permissionsLuke Plant
2010-01-10Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...Adrian Holovaty
2009-12-30Fixed #12462 - Fixed edge case with auth backends that don't support object p...Jannis Leidel
2009-12-10Fixed #11010 - Add a foundation for object permissions to authentication back...Jannis Leidel
2009-10-14Fixed #6552, #12031 - Make django.core.context_processors.auth lazy to avoid ...Luke Plant
2009-09-10Removed unnecessary keys in django.contrib.auth.test.__test__Luke Plant
2009-05-04Fixed #10521 -- Modified the Remote User tests so that it isn't dependent on ...Russell Keith-Magee
2009-04-19Fixed #8752 -- Fixed django.contrib.auth tests to be locale-independent.Malcolm Tredinnick
2009-04-10Fixed #10747: fixed the auth tests to ignore broken user-supplied login/logou...Jacob Kaplan-Moss