Changes between Initial Version and Version 1 of Ticket #30311, comment 3
- Timestamp:
- Apr 5, 2019, 5:43:17 AM (6 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.