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
/
docs
/
ref
/
contrib
/
admin
/
actions.txt
Age
Commit message (
Expand
)
Author
2026-04-23
Refs #12090 -- Documented parameters for contrib.admin.decorators.action().
Sarah Boyce
2026-02-16
Fixed #36918 -- Removed double spaces and fixed minor grammar issues in docs.
$ῗἧḡḥ𝐀丂𝓱м𝑒𝑒𝐓
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2025-08-25
Refs #36485 -- Removed unnecessary parentheses in :meth: and :func: roles in ...
David Smith
2023-08-30
Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...
Nick Pope
2023-03-09
Doc'd that action descriptions are %-formatted.
Mariusz Felisiak
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2022-04-28
Removed hyphen from pre-/re- prefixes.
David
2021-09-20
Removed versionadded/changed annotations for 3.2.
Mariusz Felisiak
2021-01-13
Fixed #16117 -- Added decorators for admin action and display functions.
Nick Pope
2020-11-30
Fixed #32232 -- Fixed typo in docs/ref/contrib/admin/actions.txt.
Hasan Ramezani
2020-11-13
Changed docs and a code comment to use gender-neutral pronouns.
Nick Pope
2020-04-16
Improved message example in admin actions documentation.
Nick Pope
2019-11-06
Fixed #15742 -- Fixed an example of collecting selected objects in ModelAdmin...
Daniel Fairhead
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-05-15
Changed tuple choices to list in docs.
Jon Dufresne
2019-01-17
Removed versionadded/changed annotations for 2.1.
Tim Graham
2018-11-09
Fixed #29917 -- Stopped collecting ModelAdmin.actions from base ModelAdmins.
Matthias Kestenholz
2018-06-18
Fixed #29419 -- Allowed permissioning of admin actions.
Carlton Gibson
2018-06-13
Refs #29419, #8936 -- Removed change permission requirement for admin actions.
Carlton Gibson
2018-05-16
Fixed #8936 -- Added a view permission and a read-only admin.
olivierdalang
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-01-05
Fixed #15522 -- Added ModelAdmin.delete_queryset() to customize "delete selec...
Vasilis Aggelou
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2015-09-11
Renamed admin doc image files to match the documentation they are for.
Ryan Allen
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-03-07
Fixed typos and updated spelling wordlist.
Floris den Hengst
2014-04-23
Various documentation typo/spelling fixes
Marti Raudsepp
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2013-08-15
Fixed some ReST errors regarding backticks
Tim Graham
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-03-22
Added missing markup to docs.
Tim Graham
2013-01-31
Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.
Aymeric Augustin
2012-11-19
Fixed #18658 -- Improved ModelAdmin.message_user API
Preston Holmes
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-30
Fixed doc references to `django.db.models.query.QuerySet` and converted some ...
Jannis Leidel
2011-07-29
Fixed #16377 -- Fixed docs about how to disable the admin actions conditional...
Jannis Leidel
2010-12-26
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
Timo Graham
2010-12-11
Fixed #11470 - add documentation for ModelAdmin.message_user. thanks adamv.
Timo Graham
2010-08-26
Fixed #14172: Corrected misspelling of explicitly. Thanks 3point2.
Karen Tracey
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2009-05-17
Fixed #11034: Corrected serialization example in admin actions doc. Thanks t...
Karen Tracey
2009-05-17
Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...
Karen Tracey
2009-05-14
Fixed #11022: documented that the admin bulk delete action calls `QuerySet.de...
Jacob Kaplan-Moss
2009-04-06
Fixed a documentation typo
Simon Willison
2009-04-06
Fixed a small error in the docs that I missed from [10408].
Jacob Kaplan-Moss
2009-04-06
Made a bunch of improvements to admin actions. Be warned: this includes one m...
Jacob Kaplan-Moss
2009-03-23
Fixed #10505: added support for bulk admin actions, including a globally-avai...
Jacob Kaplan-Moss