summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorCarlton Gibson <carlton.gibson@noumenal.es>2018-06-05 15:05:57 +0200
committerTim Graham <timograham@gmail.com>2018-06-13 14:53:25 -0400
commitaea0e2b9ca8376c1491f98262e20ed6069c70e5e (patch)
tree7f483cfc46d251efd9a9e003957bcfdf10bcf6d4 /docs
parent422a403565ddb8c1866f90f1b2ce7d9157b33ce3 (diff)
[2.1.x] Refs #29419, #8936 -- Removed change permission requirement for admin actions.
Partially reverted 825f0beda804e48e9197fcf3b0d909f9f548aa47. Backport of b30f9b131c9489b9d9f21c311ecb46d0aea91381 from master
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/admin/actions.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/ref/contrib/admin/actions.txt b/docs/ref/contrib/admin/actions.txt
index 88fcd60751..0eb6de5b11 100644
--- a/docs/ref/contrib/admin/actions.txt
+++ b/docs/ref/contrib/admin/actions.txt
@@ -340,9 +340,6 @@ Conditionally enabling or disabling actions
Finally, you can conditionally enable or disable actions on a per-request
(and hence per-user basis) by overriding :meth:`ModelAdmin.get_actions`.
- This doesn't return any actions if the user doesn't have the "change"
- permission for the model.
-
This returns a dictionary of actions allowed. The keys are action names, and
the values are ``(function, name, short_description)`` tuples.