| Age | Commit message (Expand) | Author |
| 2010-05-04 | Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds.... | Russell Keith-Magee |
| 2010-04-09 | Fixed #13304 -- Updated auth decorators so they can be used with callable cla... | Russell Keith-Magee |
| 2010-03-15 | Fixed #13000 - Use a dictionary for the error messages definition in user cre... | Jannis Leidel |
| 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 #12729 -- Replaced a hard-coded SQL statement with an ORM query so that... | Russell Keith-Magee |
| 2010-02-23 | Fixed #12776 -- `User.get_profile` now raises `SiteProfileNotAvailable` inste... | Justin Bronn |
| 2010-02-22 | Fixed #12864 -- Corrected handling of new user creation when a multi-database... | Russell Keith-Magee |
| 2010-02-21 | Fixed #12066 - Moved auth context processor from core to the auth app. Thanks... | Jannis Leidel |
| 2010-02-13 | Fixed #10976 -- Isolated contrib.auth tests so they will always pass, regardl... | Russell Keith-Magee |
| 2010-02-09 | Fixed #12804 - regression with decorating admin views. | Luke Plant |
| 2010-01-29 | Fixed #6273 -- Added a 'changepassword' management command. Thanks to Ludvig ... | Russell Keith-Magee |
| 2010-01-28 | Fixed #12557 - AnonymousUser should check auth backends for permissions | Luke Plant |
| 2010-01-22 | Fixed #12540, #12541 -- Added database routers, allowing for configurable dat... | Russell Keith-Magee |
| 2010-01-19 | Fixed #12644 - Allow overriding the admin user creation form based on r12216.... | Jannis Leidel |
| 2010-01-14 | Fixed #12606 - Removed stray print statement. Thanks, Sean Brant. | Jannis Leidel |
| 2010-01-12 | Fixed #11796 - Tweaked ordering of permissions a little more to be even nicer. | Jannis Leidel |
| 2010-01-12 | Make use of new ability to override admin add form templates and removed a li... | Jannis Leidel |
| 2010-01-12 | Fixed #12512. Changed ModelForm to stop performing model validation on fields... | Joseph Kocherhans |
| 2010-01-10 | Fixed #11409 -- Reordered the permissions checkboxes in the admin into a more... | Adrian Holovaty |
| 2010-01-10 | Changed a whole bunch of places to raise exception instances instead of old-s... | Adrian Holovaty |
| 2010-01-10 | Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for... | Adrian Holovaty |
| 2010-01-05 | Merged soc2009/model-validation to trunk. Thanks, Honza! | Joseph Kocherhans |
| 2009-12-30 | Fixed #12462 - Fixed edge case with auth backends that don't support object p... | Jannis Leidel |
| 2009-12-22 | Fixed #1142 -- Added multiple database support. | Russell Keith-Magee |
| 2009-12-14 | Fixed #7052 -- Added support for natural keys in serialization. | Russell Keith-Magee |
| 2009-12-10 | Fixed #11010 - Add a foundation for object permissions to authentication back... | Jannis Leidel |
| 2009-12-09 | Fixed #4604 - Configurable message passing system, supporting anonymous users | Luke Plant |
| 2009-10-27 | Moved contrib.csrf.* to core code. | Luke Plant |
| 2009-10-26 | Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo... | Luke Plant |
| 2009-10-14 | Fixed #6552, #12031 - Make django.core.context_processors.auth lazy to avoid ... | Luke Plant |
| 2009-10-12 | Fixed #8274 - allow custom forms for auth 'login' and 'password_change' views | Luke Plant |
| 2009-09-21 | Rewrote user_passes_test to use auto_adapt_to_methods, removing the need for ... | 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-18 | Fixed #10694: correctly check permissions in the change password admin. Thank... | Jacob Kaplan-Moss |
| 2009-04-10 | Fixed #10747: fixed the auth tests to ignore broken user-supplied login/logou... | Jacob Kaplan-Moss |
| 2009-04-05 | Fixed a sloppy test auth test. [10400] revealed that the auth test was relyin... | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #10265: fixed a bug when generating a password reset token for a user c... | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #10460: the logout view can now redirect like the rest of the auth view... | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #10106: added is_active to user admin's list_display. | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #9881: Added the to the login view context, not just the site's name. ... | Jacob Kaplan-Moss |
| 2009-04-01 | Fixed #9474: user_passes_test may now be applied multiple times. | Jacob Kaplan-Moss |
| 2009-03-31 | Fixed #10553 -- Corrected several uses of `URLconf` in documentation and comm... | Gary Wilson Jr |
| 2009-03-30 | Fixed #8140 -- Made `UserManager.create_superuser` return the new `User` obje... | Gary Wilson Jr |
| 2009-03-18 | Fixed #8193: all dynamic imports in Django are now done correctly. I know thi... | Jacob Kaplan-Moss |
| 2009-03-15 | Fixed #689 -- Added a middleware and authentication backend to contrib.auth f... | Gary Wilson Jr |