summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Sandford <nick@sandford.id.au>2015-11-07 11:31:06 +0000
committerTim Graham <timograham@gmail.com>2015-12-29 12:10:44 -0500
commitff19df9c2d6ad80bb9177e8190176e9c3716705f (patch)
tree9eea57fcbcfd459b58591bc6146dd40a7adfbffb /docs
parentd9e150b3117521f7c24dc6393eb29eebc3cc376a (diff)
Fixed #19536 -- Included object-tools when ModelAdmin.has_add_permission() is False.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.10.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/1.10.txt b/docs/releases/1.10.txt
index 31e15663ba..34294e901a 100644
--- a/docs/releases/1.10.txt
+++ b/docs/releases/1.10.txt
@@ -47,6 +47,10 @@ Minor features
classes on inline fieldsets. Inlines with a ``collapse`` class will be
initially collapsed and their header will have a small "show" link.
+* If a user doesn't have the add permission, the ``object-tools`` block on a
+ model's changelist will now be rendered (without the add button, of course).
+ This makes it easier to add custom tools in this case.
+
:mod:`django.contrib.admindocs`
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^