diff options
| author | Carlton Gibson <carlton.gibson@noumenal.es> | 2018-06-18 21:07:29 +0200 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2018-06-18 15:07:29 -0400 |
| commit | 958c7b301ead79974db8edd5b9c6588a10a28ae7 (patch) | |
| tree | f74015f227d8fc09b655d11868e9af764043dd86 /docs/releases/2.1.txt | |
| parent | 6dd4edb1b4f5441c5f543e29395039839c50d10b (diff) | |
Fixed #29419 -- Allowed permissioning of admin actions.
Diffstat (limited to 'docs/releases/2.1.txt')
| -rw-r--r-- | docs/releases/2.1.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.1.txt b/docs/releases/2.1.txt index 81f112b464..c68f673d84 100644 --- a/docs/releases/2.1.txt +++ b/docs/releases/2.1.txt @@ -82,6 +82,9 @@ Minor features * :meth:`.InlineModelAdmin.has_add_permission` is now passed the parent object as the second positional argument, ``obj``. +* Admin actions may now :ref:`specify permissions <admin-action-permissions>` + to limit their availability to certain users. + :mod:`django.contrib.auth` ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
