index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
auth
/
admin.py
Age
Commit message (
Expand
)
Author
2012-02-09
Fixed #16958 -- Correctly use the queryset method in the auth app's UserAdmin...
Jannis Leidel
2012-02-09
Fixed #7758 and #17189 -- Allowed to override the `form_url` context var in t...
Jannis Leidel
2012-01-02
Fixed #11410 -- Moved the "Groups" field to the "Permissions" module in the `...
Julien Phalip
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-08-17
Removing the old url resolution method in contrib.auth.admin.UserAdmin which ...
Chris Beaven
2011-08-15
Fixed #15206 -- Added select_related call to the permissions field of the Gro...
Jannis Leidel
2011-07-30
Removed deprecated admin contrib app AdminSite root_path attribute. Refs #152...
Ramiro Morales
2011-06-08
Fixed #14614 - filtering of sensitive information in 500 error reports.
Luke Plant
2011-04-22
Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...
Jannis Leidel
2011-02-24
Fixed #14012 (again) -- Admin app: Don't show the full user edition view afte...
Ramiro Morales
2010-11-19
Corrected change in behavior regarding the page shown after the 'Save' button...
Ramiro Morales
2010-02-09
Fixed #12804 - regression with decorating admin views.
Luke Plant
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
Make use of new ability to override admin add form templates and removed a li...
Jannis Leidel
2010-01-10
Fixed #11409 -- Reordered the permissions checkboxes in the admin into a more...
Adrian Holovaty
2009-12-09
Fixed #4604 - Configurable message passing system, supporting anonymous users
Luke Plant
2009-04-18
Fixed #10694: correctly check permissions in the change password admin. Thank...
Jacob Kaplan-Moss
2009-04-01
Fixed #10106: added is_active to user admin's list_display.
Jacob Kaplan-Moss
2009-01-14
Fixed #6470: made the admin use a URL resolver.
Jacob Kaplan-Moss
2008-12-25
Improved the auth admin site to raise Http404 with a helpful error message if...
Adrian Holovaty
2008-12-25
Added comment to UserAdmin.add_view() explaining why we disallow users withou...
Adrian Holovaty
2008-08-31
Fixed #8433 -- Deal with the add user popup on models that foreign key to Use...
Brian Rosner
2008-08-25
Fixed #8379: the admin user change form now properly validates the username. ...
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-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-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner