From ff19df9c2d6ad80bb9177e8190176e9c3716705f Mon Sep 17 00:00:00 2001 From: Nick Sandford Date: Sat, 7 Nov 2015 11:31:06 +0000 Subject: Fixed #19536 -- Included object-tools when ModelAdmin.has_add_permission() is False. --- docs/releases/1.10.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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` ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -- cgit v1.3