summaryrefslogtreecommitdiff
path: root/django/contrib/auth/admin.py
AgeCommit message (Expand)Author
2012-02-09Fixed #16958 -- Correctly use the queryset method in the auth app's UserAdmin...Jannis Leidel
2012-02-09Fixed #7758 and #17189 -- Allowed to override the `form_url` context var in t...Jannis Leidel
2012-01-02Fixed #11410 -- Moved the "Groups" field to the "Permissions" module in the `...Julien Phalip
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-08-17Removing the old url resolution method in contrib.auth.admin.UserAdmin which ...Chris Beaven
2011-08-15Fixed #15206 -- Added select_related call to the permissions field of the Gro...Jannis Leidel
2011-07-30Removed deprecated admin contrib app AdminSite root_path attribute. Refs #152...Ramiro Morales
2011-06-08Fixed #14614 - filtering of sensitive information in 500 error reports.Luke Plant
2011-04-22Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...Jannis Leidel
2011-02-24Fixed #14012 (again) -- Admin app: Don't show the full user edition view afte...Ramiro Morales
2010-11-19Corrected change in behavior regarding the page shown after the 'Save' button...Ramiro Morales
2010-02-09Fixed #12804 - regression with decorating admin views.Luke Plant
2010-01-19Fixed #12644 - Allow overriding the admin user creation form based on r12216....Jannis Leidel
2010-01-14Fixed #12606 - Removed stray print statement. Thanks, Sean Brant.Jannis Leidel
2010-01-12Make use of new ability to override admin add form templates and removed a li...Jannis Leidel
2010-01-10Fixed #11409 -- Reordered the permissions checkboxes in the admin into a more...Adrian Holovaty
2009-12-09Fixed #4604 - Configurable message passing system, supporting anonymous usersLuke Plant
2009-04-18Fixed #10694: correctly check permissions in the change password admin. Thank...Jacob Kaplan-Moss
2009-04-01Fixed #10106: added is_active to user admin's list_display.Jacob Kaplan-Moss
2009-01-14Fixed #6470: made the admin use a URL resolver.Jacob Kaplan-Moss
2008-12-25Improved the auth admin site to raise Http404 with a helpful error message if...Adrian Holovaty
2008-12-25Added comment to UserAdmin.add_view() explaining why we disallow users withou...Adrian Holovaty
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