Explorar el Código

Add ActionsMixin to __all__

jeremystretch hace 3 años
padre
commit
65f4895dd6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      netbox/netbox/views/generic/mixins.py

+ 1 - 0
netbox/netbox/views/generic/mixins.py

@@ -3,6 +3,7 @@ from collections import defaultdict
 from utilities.permissions import get_permission_for_model
 
 __all__ = (
+    'ActionsMixin',
     'TableMixin',
 )