Closed PetterS closed 5 years ago
https://docs.djangoproject.com/en/2.2/ref/contrib/admin/actions/#setting-permissions-for-actions
Very important since otherwise users who only has view access can still modify flags.
Yes, there is a public method on ModelAdmin get_actions that we can use. Hold on.
get_actions
https://docs.djangoproject.com/en/2.2/ref/contrib/admin/actions/#setting-permissions-for-actions
Very important since otherwise users who only has view access can still modify flags.