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
2015-02-13
[1.8.x] Fixed #24334 -- Allowed admin password reset to work with non-digit c...
Tim Graham
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-02-08
[1.8.x] Replaced hardcoded URLs in admin_* tests
Claude Paroz
2014-12-31
Fixed #22295 -- Replaced permission check for displaying admin user-tools
Thomas Tanner
2014-12-28
Deprecated current_app in TemplateResponse and render(_to_response).
Aymeric Augustin
2014-04-25
Fixed #22515 -- Fixed the object_id of the LogEntry that's created after a us...
Tim Graham
2014-04-05
Fixed #21649 -- Added optional invalidation of sessions when user password ch...
Tim Graham
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-11
Tweak password admin change form view context. Refs #21293.
Ramiro Morales
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-10-17
Fixed #18659 -- Deprecated request.REQUEST and MergeDict
Bouke Haarsma
2013-08-02
Fixed #18923 -- Corrected usage of sensitive_post_parameters in contrib.auth
Tim Graham
2013-07-23
Fixed #19019 -- Fixed UserAdmin to log password change.
Kirill Fomichev
2013-07-18
Cleaned up UserAdmin.get_form() that worked around a bug fixed in 23e1b59.
Loic Bistuer
2013-06-19
Fixed #20288 -- Fixed inconsistency in the naming of the popup GET parameter.
Loic Bistuer
2013-03-27
Fixed #20078: don't allow filtering on password in the user admin.
Jacob Kaplan-Moss
2013-03-11
Switched the admin to use @transaction.atomic.
Aymeric Augustin
2013-03-08
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...
Loic Bistuer
2012-12-24
Fixed #19505 -- A more flexible implementation for customizable admin redirec...
Julien Phalip
2012-12-04
Fixed #18697 -- Made values accepted for two customizable admin templates con...
Ramiro Morales
2012-11-10
Allow custom User models to use the UserAdmin's change password view.
Ryan Kaskel
2012-10-18
Fixed #8001 -- Made redirections after add/edit in admin customizable.
Ramiro Morales
2012-10-13
Added 'groups' to UserAdmin.filter_horizontal
Daniele Procida
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-09-22
Fixed #16835 -- add groups to auth.user admin list_filter
Dan Loewenherz
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-03
Removed various unnecessary instances of mark_safe applied to URLs
Luke Plant
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
[next]