sbdchd / django-types

:doughnut: Type stubs for Django
MIT License
187 stars 62 forks source link

Allow NoneType for ModelAdmin.actions #198

Closed rarredon closed 11 months ago

rarredon commented 11 months ago

This commit updates the actions attribute on the ModelAdmin class to allow NoneType. According the Django docs this option is used to disable all actions for a ModelAdmin page.

sbdchd commented 11 months ago

Thank you!!