Changes between Initial Version and Version 1 of Ticket #30311, comment 3


Ignore:
Timestamp:
Apr 5, 2019, 5:43:17 AM (5 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30311, comment 3

    initial v1  
    1414}}}
    1515
    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.
     16You'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.
Back to Top