Forráskód Böngészése

Add ActionsMixin to __all__

jeremystretch 3 éve
szülő
commit
65f4895dd6
1 módosított fájl, 1 hozzáadás és 0 törlés
  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',
 )