Browse Source

Add ActionsMixin to __all__

jeremystretch 3 years ago
parent
commit
65f4895dd6
1 changed files with 1 additions and 0 deletions
  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',
 )