Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/auth/admin.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25596 -- Fixed regression in password change view ...Tim Graham2015-10-271-2/+3
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+5
* Fixed #25324 -- Registered ModelAdmin instances with @adm...Y3K2015-08-311-3/+2
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-1/+1
* Fixed #24334 -- Allowed admin password reset to work with...Tim Graham2015-02-131-4/+16
* Replaced some more hardcoded admin URLsClaude Paroz2015-02-091-1/+4
* Replaced hardcoded URLs in admin_* testsClaude Paroz2015-02-081-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-8/+8
* Fixed #22295 -- Replaced permission check for displaying ...Thomas Tanner2014-12-311-1/+1
* Deprecated current_app in TemplateResponse and render(_to...Aymeric Augustin2014-12-281-1/+4
* Fixed #22515 -- Fixed the object_id of the LogEntry that'...Tim Graham2014-04-251-1/+1
* Fixed #21649 -- Added optional invalidation of sessions w...Tim Graham2014-04-051-0/+2
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-5/+4
* Tweak password admin change form view context. Refs #21293.Ramiro Morales2014-03-111-0/+1
* Fixed E124 pep8 warnings.Loic Bistuer2013-12-101-2/+2
* Fixed #18659 -- Deprecated request.REQUEST and MergeDictBouke Haarsma2013-10-171-1/+2
* Fixed #18923 -- Corrected usage of sensitive_post_paramet...Tim Graham2013-08-021-2/+3
* Fixed #19019 -- Fixed UserAdmin to log password change.Kirill Fomichev2013-07-231-0/+2
* Cleaned up UserAdmin.get_form() that worked around a bug ...Loic Bistuer2013-07-181-4/+1
* Fixed #20288 -- Fixed inconsistency in the naming of the ...Loic Bistuer2013-06-191-2/+3
* Fixed #20078: don't allow filtering on password in the us...Jacob Kaplan-Moss2013-03-271-0/+6
* Switched the admin to use @transaction.atomic.Aymeric Augustin2013-03-111-1/+1
* Fixed #15363 -- Renamed and normalized to `get_queryset` ...Loic Bistuer2013-03-081-1/+1
* Fixed #19505 -- A more flexible implementation for custom...Julien Phalip2012-12-241-2/+3
* Fixed #18697 -- Made values accepted for two customizable...Ramiro Morales2012-12-041-3/+3
* Allow custom User models to use the UserAdmin's change pa...Ryan Kaskel2012-11-101-1/+1
* Fixed #8001 -- Made redirections after add/edit in admin ...Ramiro Morales2012-10-191-3/+2
* Added 'groups' to UserAdmin.filter_horizontalDaniele Procida2012-10-131-1/+1
* Fixed #19077, #19079 -- Made USERNAME_FIELD a required fi...Russell Keith-Magee2012-10-131-4/+3
* Fixed #16835 -- add groups to auth.user admin list_filterDan Loewenherz2012-09-221-1/+1
* remove a bunch of unnescesarry iterkeys() callsAlex Gaynor2012-08-081-1/+1
* [py3] Fixed access to dict keys/values/items.Aymeric Augustin2012-08-071-1/+2
* Removed various unnecessary instances of mark_safe applie...Luke Plant2012-07-031-1/+1
* Fixed #16958 -- Correctly use the queryset method in the ...Jannis Leidel2012-02-091-1/+1
* Fixed #7758 and #17189 -- Allowed to override the `form_u...Jannis Leidel2012-02-091-1/+3
* Fixed #11410 -- Moved the "Groups" field to the "Permissi...Julien Phalip2012-01-021-9/+18
* Fixed #14675 -- Completed removal of `from django.conf.ur...Ramiro Morales2011-09-121-1/+1
* Removing the old url resolution method in contrib.auth.ad...Chris Beaven2011-08-171-9/+0
* Fixed #15206 -- Added select_related call to the permissi...Jannis Leidel2011-08-151-0/+9
* Removed deprecated admin contrib app AdminSite root_path ...Ramiro Morales2011-07-301-1/+0
* Fixed #14614 - filtering of sensitive information in 500 ...Luke Plant2011-06-091-0/+3
* Fixed #15008 -- Replaced all calls in the admin to render...Jannis Leidel2011-04-221-4/+8
* Fixed #14012 (again) -- Admin app: Don't show the full us...Ramiro Morales2011-02-241-3/+6
* Corrected change in behavior regarding the page shown aft...Ramiro Morales2010-11-191-1/+11
* Fixed #12804 - regression with decorating admin views.Luke Plant2010-02-091-1/+4
* Fixed #12644 - Allow overriding the admin user creation f...Jannis Leidel2010-01-191-5/+5
* Fixed #12606 - Removed stray print statement. Thanks, Sea...Jannis Leidel2010-01-141-1/+0
* Make use of new ability to override admin add form templa...Jannis Leidel2010-01-131-36/+45
* Fixed #11409 -- Reordered the permissions checkboxes in t...Adrian Holovaty2010-01-101-1/+1
* Fixed #4604 - Configurable message passing system, suppor...Luke Plant2009-12-091-3/+5