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