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:37:05 -0400 |
| commit | 306f1f8ea3e2b54e194a59ac0ecb686460f180e8 (patch) | |
| tree | d3291701cf8c292248d6c074f656575de333de14 /docs/releases | |
| parent | d2ca28db54a5871d851cdd9184f4cf0d31aff946 (diff) | |
[2.1.x] Fixed #29419 -- Allowed permissioning of admin actions.
Backport of 958c7b301ead79974db8edd5b9c6588a10a28ae7 from master
Diffstat (limited to 'docs/releases')
| -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` ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
