summaryrefslogtreecommitdiff
path: root/django/contrib/admin/actions.py
AgeCommit message (Expand)Author
2026-04-22Fixed #10919 -- Added delete_confirmation_max_display to ModelAdmin.Rodrigo Vieira
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2024-08-07Fixed #35639 -- Improved admin's delete confirmation page title.Matthias Kestenholz
2023-10-31Fixed #34462 -- Made admin log actions in bulk.Akash Kumar Sen
2023-04-22Refs #34462 -- Fixed queryset antipattern when processing object deletion.nessita
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-01-13Refs #32681 -- Fixed VariableDoesNotExist when rendering some admin template.Mariusz Felisiak
2021-01-13Fixed #16117 -- Added decorators for admin action and display functions.Nick Pope
2018-06-18Fixed #29419 -- Allowed permissioning of admin actions.Carlton Gibson
2018-02-24Fixed #17962 -- Added ModelAdmin.get_deleted_objects().Becky Smith
2018-02-24Removed using argument from admin's get_deleted_objects().Tim Graham
2018-02-21Removed unused opts argument from admin's get_deleted_objects().Tim Graham
2018-01-05Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete selec...Vasilis Aggelou
2017-12-11Fixed #28909 -- Simplified code using tuple/list/set/dict unpacking.Nick Pope
2017-05-25Fixed docstring typo in django/contrib/admin/actions.py.Yuichi Fujikawa
2017-04-27Refs #27795 -- Replaced many force_text() with str()Claude Paroz
2017-02-22Fixed typos in code comments.Anton Samarchyan
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-01-31Used model_ngettext in two more placesClaude Paroz
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-03-29Fixed #21734 -- Handled ProtectedError in a POST to admin's delete_selected a...Akshesh
2015-12-05Fixed #25165 -- Removed inline JavaScript from the admin.Thomas Grainger
2015-12-03Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2015-02-25Fixed #24411 -- Avoided dict key/method clash in admin delete views.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-31Fixed #22295 -- Replaced permission check for displaying admin user-toolsThomas Tanner
2014-12-28Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin
2014-11-25Fixed #23898 -- Added missing context to admin's deleted_selected view.Redouane Zait
2014-08-14Fixed #20133 -- Added summary to admin deletion confirmation pages.areski
2013-12-22Used application verbose names in the admin.Aymeric Augustin
2013-10-31Started attackign the next flake8 violationAlex Gaynor
2013-09-16Fixed #17627 -- Renamed util.py files to utils.pyTim Graham
2013-06-19Itty bitty typo fix.Christian Metts
2013-04-08Fix #20111 Added more precise message level for succcess and warning messagesKaspars Sprogis
2013-02-05Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`.Simon Charette
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2011-07-30Removed deprecated admin contrib app AdminSite root_path attribute. Refs #152...Ramiro Morales
2011-04-22Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...Jannis Leidel
2011-01-20Poured a little more perfectionism into the delete-confirmation templates.Carl Meyer
2011-01-20Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...Carl Meyer
2010-11-09Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control casc...Carl Meyer
2010-11-01Removed dead compatibility code for removed AdminSite.root() method for mount...Carl Meyer
2010-10-12Fixed #14425 -- Unused imports in contrib.admin. Thanks robhudson.Chris Beaven
2010-05-04Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....Russell Keith-Magee
2010-04-05Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ...Russell Keith-Magee
2010-02-26Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...Russell Keith-Magee
2009-05-08Fixed #10997: fixed a Python 2.4-ism in admin actions.Jacob Kaplan-Moss
2009-04-06Made a bunch of improvements to admin actions. Be warned: this includes one m...Jacob Kaplan-Moss