Sfoglia il codice sorgente

Add ActionsMixin to __all__

jeremystretch 3 anni fa
parent
commit
65f4895dd6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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',
 )