simo 2.7.5__py3-none-any.whl → 2.7.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of simo might be problematic. Click here for more details.
- simo/core/__pycache__/api.cpython-38.pyc +0 -0
- simo/core/api.py +0 -10
- {simo-2.7.5.dist-info → simo-2.7.6.dist-info}/METADATA +1 -1
- {simo-2.7.5.dist-info → simo-2.7.6.dist-info}/RECORD +8 -8
- {simo-2.7.5.dist-info → simo-2.7.6.dist-info}/LICENSE.md +0 -0
- {simo-2.7.5.dist-info → simo-2.7.6.dist-info}/WHEEL +0 -0
- {simo-2.7.5.dist-info → simo-2.7.6.dist-info}/entry_points.txt +0 -0
- {simo-2.7.5.dist-info → simo-2.7.6.dist-info}/top_level.txt +0 -0
|
Binary file
|
simo/core/api.py
CHANGED
|
@@ -722,11 +722,6 @@ class ControllerTypes(InstanceMixin, viewsets.GenericViewSet):
|
|
|
722
722
|
basename = 'controller-types'
|
|
723
723
|
queryset = []
|
|
724
724
|
|
|
725
|
-
def get_permissions(self):
|
|
726
|
-
permissions = super().get_permissions()
|
|
727
|
-
permissions.append(IsInstanceSuperuser())
|
|
728
|
-
return permissions
|
|
729
|
-
|
|
730
725
|
def list(self, request, *args, **kwargs):
|
|
731
726
|
from .utils.type_constants import get_controller_types_map
|
|
732
727
|
data = {}
|
|
@@ -752,11 +747,6 @@ class GWControllerTypes(InstanceMixin, viewsets.GenericViewSet):
|
|
|
752
747
|
basename = 'gw-controller-types'
|
|
753
748
|
queryset = []
|
|
754
749
|
|
|
755
|
-
def get_permissions(self):
|
|
756
|
-
permissions = super().get_permissions()
|
|
757
|
-
permissions.append(IsInstanceSuperuser())
|
|
758
|
-
return permissions
|
|
759
|
-
|
|
760
750
|
def list(self, request, *args, **kwargs):
|
|
761
751
|
from .utils.type_constants import get_controller_types_map
|
|
762
752
|
data = {}
|
|
@@ -61,7 +61,7 @@ simo/backups/migrations/__pycache__/0004_alter_backup_options_alter_backuplog_op
|
|
|
61
61
|
simo/backups/migrations/__pycache__/__init__.cpython-38.pyc,sha256=Lz1fs6V05h2AoxTOLNye0do9bEMnyuaXB_hHOjG5-HU,172
|
|
62
62
|
simo/core/__init__.py,sha256=_s2TjJfQImsMrTIxqLAx9AZie1Ojmm6sCHASdl3WLGU,50
|
|
63
63
|
simo/core/admin.py,sha256=j07Dy3IsW7SRRsAJ2XXGzE0MTxmfY87CEEbT22kLlS4,18550
|
|
64
|
-
simo/core/api.py,sha256=
|
|
64
|
+
simo/core/api.py,sha256=D5FBWvhYpQeM9wVfapzRvBi_ypOtXBt9tmmCaUxpGjI,29992
|
|
65
65
|
simo/core/api_auth.py,sha256=vCxvczA8aWNcW0VyKs5WlC_ytlqeGP_H_hkKUNVkCwM,1247
|
|
66
66
|
simo/core/api_meta.py,sha256=dBIpQNDSMO4yum4Xa6acHkWwEDItooZC4QLV_EZfwIc,5221
|
|
67
67
|
simo/core/app_widgets.py,sha256=VxZzapuc-a29wBH7JzpvNF2SK1ECrgNUySId5ke1ffc,2509
|
|
@@ -94,7 +94,7 @@ simo/core/views.py,sha256=yx9I0byeVUa-LAOnklpWIYwpNNOf5m9fyjKBvj4YCh4,2475
|
|
|
94
94
|
simo/core/widgets.py,sha256=J9e06C6I22F6xKic3VMgG7WeX07glAcl-4bF2Mg180A,2827
|
|
95
95
|
simo/core/__pycache__/__init__.cpython-38.pyc,sha256=ZJFM_XN0RmJMULQulgA_wFiOnEtsMoedcOWnXjH-Y8o,208
|
|
96
96
|
simo/core/__pycache__/admin.cpython-38.pyc,sha256=oDG9Kem_VbiRDB6ednmvPS9asBDb3iki7OyLzzNRYCQ,14155
|
|
97
|
-
simo/core/__pycache__/api.cpython-38.pyc,sha256=
|
|
97
|
+
simo/core/__pycache__/api.cpython-38.pyc,sha256=JXCs5U9MPyZTdO4_j-ytpH1_Fo9-w36zs1eHXZ-czwo,22925
|
|
98
98
|
simo/core/__pycache__/api_auth.cpython-38.pyc,sha256=mi3mu5qEKio_PvfQEvr3Q6AhdPLAHxzxAxrMbAz_pKU,1712
|
|
99
99
|
simo/core/__pycache__/api_meta.cpython-38.pyc,sha256=0IkX6_e09XSsHuA4NDhmyXtegiXo0bpiAeJvEl8LFoc,3837
|
|
100
100
|
simo/core/__pycache__/app_widgets.cpython-38.pyc,sha256=oN657XMMZ6GYN9nblv7fX3kdnTEzSP9XV6PXM6Z0wl4,4358
|
|
@@ -10606,9 +10606,9 @@ simo/users/templates/invitations/expired_msg.html,sha256=47DEQpj8HBSa-_TImW-5JCe
|
|
|
10606
10606
|
simo/users/templates/invitations/expired_suggestion.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10607
10607
|
simo/users/templates/invitations/taken_msg.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10608
10608
|
simo/users/templates/invitations/taken_suggestion.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10609
|
-
simo-2.7.
|
|
10610
|
-
simo-2.7.
|
|
10611
|
-
simo-2.7.
|
|
10612
|
-
simo-2.7.
|
|
10613
|
-
simo-2.7.
|
|
10614
|
-
simo-2.7.
|
|
10609
|
+
simo-2.7.6.dist-info/LICENSE.md,sha256=M7wm1EmMGDtwPRdg7kW4d00h1uAXjKOT3HFScYQMeiE,34916
|
|
10610
|
+
simo-2.7.6.dist-info/METADATA,sha256=84AzLEVR7S7jKZ7N1R77sFabXq9v8phZ4y_eopUzqCI,1952
|
|
10611
|
+
simo-2.7.6.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
|
10612
|
+
simo-2.7.6.dist-info/entry_points.txt,sha256=S9PwnUYmTSW7681GKDCxUbL0leRJIaRk6fDQIKgbZBA,135
|
|
10613
|
+
simo-2.7.6.dist-info/top_level.txt,sha256=GmS1hrAbpVqn9OWZh6UX82eIOdRLgYA82RG9fe8v4Rs,5
|
|
10614
|
+
simo-2.7.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|