Changes between Initial Version and Version 1 of Ticket #30311, comment 3
- Timestamp:
- 04/05/19 10:43:17 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30311, comment 3
initial v1 14 14 }}} 15 15 16 You're free to adjust `actions` any way you need (at class ,definition, in `__init__()`, in `_get_base_actions()`, in `get_actions()`...) See the [https://docs.djangoproject.com/en/2.2/ref/contrib/admin/actions#disabling-admin-actions Disabling actions] section of the docs. There are plenty of strategies there.16 You're free to adjust `actions` any way you need (at class definition, in `__init__()`, in `_get_base_actions()`, in `get_actions()`...) See the [https://docs.djangoproject.com/en/2.2/ref/contrib/admin/actions#disabling-admin-actions Disabling actions] section of the docs. There are plenty of strategies there.