summaryrefslogtreecommitdiff
path: root/django/contrib/auth/admin.py
AgeCommit message (Expand)Author
2008-08-31Fixed #8433 -- Deal with the add user popup on models that foreign key to Use...Brian Rosner
2008-08-25Fixed #8379: the admin user change form now properly validates the username. ...Jacob Kaplan-Moss
2008-08-24Added app_label to the context for the add user admin view.Russell Keith-Magee
2008-08-23Fixed #8359 -- Add an admin log entry when creating a new user.Malcolm Tredinnick
2008-08-10Fixed #8202 -- Moved user_change_password to UserAdmin. This enables seamless...Brian Rosner
2008-08-10Fixed #7932 -- Made it easier to use a custom User model with the admin. Adde...Brian Rosner
2008-07-22Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...Adrian Holovaty
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner