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