| Age | Commit message (Expand) | Author |
| 2008-08-31 | Fixed #8433 -- Deal with the add user popup on models that foreign key to Use... | Brian Rosner |
| 2008-08-27 | Removed oldforms, validators, and related code: | Gary Wilson Jr |
| 2008-08-27 | Fixed #8552 -- Use the LOGIN_REDIRECT_URL setting in the auth tests, rather t... | Malcolm Tredinnick |
| 2008-08-25 | Fixed #8379: the admin user change form now properly validates the username. ... | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #8344: make User.get_profile() work when settings.AUTH_PROFILE_MODULE i... | Jacob Kaplan-Moss |
| 2008-08-25 | Fixed #7833: the user creation form now works when password1 isn't set. | Jacob Kaplan-Moss |
| 2008-08-24 | Added app_label to the context for the add user admin view. | Russell Keith-Magee |
| 2008-08-23 | Fixed #8359 -- Add an admin log entry when creating a new user. | Malcolm Tredinnick |
| 2008-08-23 | Tests for password change process. Thanks, Mike Richardson. Fixed #8402. | Malcolm Tredinnick |
| 2008-08-23 | Fixed #8493 -- Fixed a NoReverseMatch when redirecting to password_change/don... | Brian Rosner |
| 2008-08-21 | When logging in, change the session key whilst preserving any existing | Malcolm Tredinnick |
| 2008-08-15 | Removed unused and redefined imports. | Gary Wilson Jr |
| 2008-08-15 | Fixed #7364 -- Never cache the contrib.auth login view. | Gary Wilson Jr |
| 2008-08-14 | Fixed #6941 -- When logging a user out, or when logging in with an existing | Malcolm Tredinnick |
| 2008-08-12 | Fixed #8131: use reverse() in auth views. Patch from davenaff. | Jacob Kaplan-Moss |
| 2008-08-11 | Fixed #8226 -- Fixed a Python 2.3 incompatibility in a unicode string substit... | Gary Wilson Jr |
| 2008-08-11 | Refs #7742 -- Removed unused `validator_list` argument (this is already being... | Gary Wilson Jr |
| 2008-08-10 | Fixed #8202 -- Moved user_change_password to UserAdmin. This enables seamless... | Brian Rosner |
| 2008-08-10 | Fixed #7932 -- Made it easier to use a custom User model with the admin. Adde... | Brian Rosner |
| 2008-08-08 | Fixed #7115: tweaked ordering on Permission to more closely match the pre-QSR... | Jacob Kaplan-Moss |
| 2008-08-06 | Major refactoring of django.dispatch with an eye towards speed. The net resul... | Jacob Kaplan-Moss |
| 2008-08-05 | Cleaned up whitespace | Luke Plant |
| 2008-08-04 | Fixed #8901 -- Corrected typo in docstring. Thanks to Hayley Bonham <djangoco... | Russell Keith-Magee |
| 2008-08-02 | Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl... | Gary Wilson Jr |
| 2008-08-01 | Fixed #3062 - removed arbitrary and unneeded max_length on password fields in... | Luke Plant |
| 2008-08-01 | Changed some URL conf regexes to rawstrings for consistency | Luke Plant |
| 2008-08-01 | Added a login link to the password reset completion screen. | Luke Plant |
| 2008-07-31 | Fixed #7723 - implemented a secure password reset form that uses a token and ... | Luke Plant |
| 2008-07-31 | Fixed #8042 -- Modified the password reset form so that the email field lengt... | Russell Keith-Magee |
| 2008-07-22 | Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co... | Adrian Holovaty |
| 2008-07-22 | Fixed #7304 -- Gave AnonymousUser a has_perms() method, which it was lacking | Adrian Holovaty |
| 2008-07-19 | Fixed #7741: django.newforms is now django.forms. This is obviously a backwar... | Jacob Kaplan-Moss |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 2008-07-02 | Fixed a long and complex line by breaking into a for loop, with the added ben... | Gary Wilson Jr |
| 2008-07-02 | Added docstring and other minor style fixes. | Gary Wilson Jr |
| 2008-06-30 | Refs #7521 -- Re-reverted [7716] (originally reverted in [7726]), now modifie... | Russell Keith-Magee |
| 2008-06-30 | Fixed #6089 -- Removed default ordering on the User class. | Malcolm Tredinnick |
| 2008-06-26 | Fixed #6306 -- redirect_to_login() helper function now quotes the URL argumen... | Adrian Holovaty |
| 2008-06-26 | Fixed #7274 -- Improved the django.contrib.auth password_reset() view not to ... | Adrian Holovaty |
| 2008-06-23 | Fixed #7521 -- Reverted [7716]. Fixed URLs in test case broke any application... | Russell Keith-Magee |
| 2008-06-20 | Added basic tests for auth.views.password_reset | Luke Plant |
| 2008-06-18 | Fixed #3393: login view no longer assumes that set_test_cookie has been calle... | Jacob Kaplan-Moss |
| 2008-06-08 | Fixed #7394: fixed bug with syncdb and createsuperuser introduced in [7590]. ... | Jacob Kaplan-Moss |
| 2008-06-08 | Fixed #7392 -- Corrected a typo in the backwards-compatibility layer to the n... | Russell Keith-Magee |
| 2008-06-08 | Fixed #5614: added 'manage.py createsuperuser'. Thanks, programmerq. | Jacob Kaplan-Moss |
| 2008-04-13 | Updated the inline help text for User.is_active. | Malcolm Tredinnick |
| 2008-03-08 | Fixed #5922 -- Turned `ModelBackend` authentication backend into a new-style ... | Gary Wilson Jr |
| 2008-02-25 | Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o... | Gary Wilson Jr |
| 2008-01-13 | Fixed #3165 -- Really allow underscores when making a superuser, thanks `Smil... | Gary Wilson Jr |
| 2007-12-11 | Fixed #6174 -- Made `AnonymousUser.is_active` False instead of True since `An... | Gary Wilson Jr |