瀏覽代碼

Add ActionsMixin to __all__

jeremystretch 3 年之前
父節點
當前提交
65f4895dd6
共有 1 個文件被更改,包括 1 次插入0 次删除
  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',
 )