Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/admin/actions.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24411 -- Avoided dict key/method clash in admin de...Tim Graham2015-02-251-1/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+2
* 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/+3
* Fixed #23898 -- Added missing context to admin's deleted_...Redouane Zait2014-11-251-11/+12
* Fixed #20133 -- Added summary to admin deletion confirmat...areski2014-08-141-1/+2
* Used application verbose names in the admin.Aymeric Augustin2013-12-221-1/+0
* Started attackign the next flake8 violationAlex Gaynor2013-10-311-0/+1
* Fixed #17627 -- Renamed util.py files to utils.pyTim Graham2013-09-161-1/+1
* Itty bitty typo fix.Christian Metts2013-06-201-1/+1
* Fix #20111 Added more precise message level for succcess ...Kaspars Sprogis2013-04-081-1/+2
* Fixed #19689 -- Renamed `Model._meta.module_name` to `mod...Simon Charette2013-02-051-1/+1
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-4/+4
* Removed deprecated admin contrib app AdminSite root_path ...Ramiro Morales2011-07-301-1/+0
* Fixed #15008 -- Replaced all calls in the admin to render...Jannis Leidel2011-04-221-4/+3
* Poured a little more perfectionism into the delete-confir...Carl Meyer2011-01-201-2/+12
* Fixed #14672 - Added admin handling for on_delete=PROTECT...Carl Meyer2011-01-201-1/+2
* Fixed #7539, #13067 -- Added on_delete argument to Foreig...Carl Meyer2010-11-091-1/+5
* Removed dead compatibility code for removed AdminSite.roo...Carl Meyer2010-11-011-1/+1
* Fixed #14425 -- Unused imports in contrib.admin. Thanks r...Chris Beaven2010-10-121-3/+0
* Fixed #12164 -- Removed the Python 2.3 compatibility impo...Russell Keith-Magee2010-05-041-4/+0
* Fixed #11949 -- Added a hook to allow ModelAdmin customiz...Russell Keith-Magee2010-04-051-1/+1
* Fixed #6191, #11296 -- Modified the admin deletion confir...Russell Keith-Magee2010-02-261-10/+2
* Fixed #10997: fixed a Python 2.4-ism in admin actions.Jacob Kaplan-Moss2009-05-081-0/+4
* Made a bunch of improvements to admin actions. Be warned:...Jacob Kaplan-Moss2009-04-061-0/+81