Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow NoneType for ModelAdmin.actions (#198)
This commit updates the `actions` attribute on the `ModelAdmin` class to allow NoneType. According the [Django docs](https://docs.djangoproject.com/en/4.2/ref/contrib/admin/actions/#disabling-all-actions-for-a-particular-modeladmin) this option is used to disable all actions for a ModelAdmin page.
- Loading branch information