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