simo 2.3.4__py3-none-any.whl → 2.3.5__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__/middleware.cpython-38.pyc +0 -0
- simo/core/middleware.py +1 -1
- {simo-2.3.4.dist-info → simo-2.3.5.dist-info}/METADATA +1 -1
- {simo-2.3.4.dist-info → simo-2.3.5.dist-info}/RECORD +8 -8
- {simo-2.3.4.dist-info → simo-2.3.5.dist-info}/LICENSE.md +0 -0
- {simo-2.3.4.dist-info → simo-2.3.5.dist-info}/WHEEL +0 -0
- {simo-2.3.4.dist-info → simo-2.3.5.dist-info}/entry_points.txt +0 -0
- {simo-2.3.4.dist-info → simo-2.3.5.dist-info}/top_level.txt +0 -0
|
Binary file
|
simo/core/middleware.py
CHANGED
|
@@ -16,7 +16,7 @@ def get_current_request():
|
|
|
16
16
|
|
|
17
17
|
|
|
18
18
|
def introduce_instance(instance, request=None):
|
|
19
|
-
if request.user.is_authenticated \
|
|
19
|
+
if request and request.user.is_authenticated \
|
|
20
20
|
and instance not in request.user.instances:
|
|
21
21
|
return
|
|
22
22
|
_thread_locals.instance = instance
|
|
@@ -45,7 +45,7 @@ simo/core/forms.py,sha256=sFVz8tENhi4QSudORu_e5tlGEC0aXumy6wzJqQNYBPk,21904
|
|
|
45
45
|
simo/core/gateways.py,sha256=m0eS3XjVe34Dge6xtoCq16kFWCKJcdQrT0JW0REqoq8,3715
|
|
46
46
|
simo/core/loggers.py,sha256=EBdq23gTQScVfQVH-xeP90-wII2DQFDjoROAW6ggUP4,1645
|
|
47
47
|
simo/core/managers.py,sha256=n-b3I4uXzfHKTeB1VMjSaMsDUxp8FegFJwnbV1IsWQ4,3019
|
|
48
|
-
simo/core/middleware.py,sha256=
|
|
48
|
+
simo/core/middleware.py,sha256=Kh5tOkPs3WCOd3XF3PZ3XdYjNi_OVRLpMq9T_xiabgc,2732
|
|
49
49
|
simo/core/models.py,sha256=hQA8SeAPtGRSs4gk-bci2Ni3ZANtS62V-IDgCyJh2qE,21563
|
|
50
50
|
simo/core/permissions.py,sha256=v0iJM4LOeYoEfMiw3OLPYio272G1aUEAg_z9Wd1q5m0,2993
|
|
51
51
|
simo/core/routing.py,sha256=X1_IHxyA-_Q7hw1udDoviVP4_FSBDl8GYETTC2zWTbY,499
|
|
@@ -78,7 +78,7 @@ simo/core/__pycache__/forms.cpython-38.pyc,sha256=JDCNYJQrZHUaMb4qZ6A0f1JptoCHQK
|
|
|
78
78
|
simo/core/__pycache__/gateways.cpython-38.pyc,sha256=D1ooHL-iSpQrxnD8uAl4xWFJmm-QWZfbkLiLlFOMtdU,4553
|
|
79
79
|
simo/core/__pycache__/loggers.cpython-38.pyc,sha256=Z-cdQnC6XlIonPV4Sl4E52tP4NMEdPAiHK0cFaIL7I8,1623
|
|
80
80
|
simo/core/__pycache__/managers.cpython-38.pyc,sha256=6RTIxyjOgpQGtAqcUyE2vFPS09w1V5Wmd_vOV7rHRRI,3370
|
|
81
|
-
simo/core/__pycache__/middleware.cpython-38.pyc,sha256=
|
|
81
|
+
simo/core/__pycache__/middleware.cpython-38.pyc,sha256=C9v8kFb4BvD8TCvbSGpRRYH0xtoOM3nId2VaId5jmiA,2408
|
|
82
82
|
simo/core/__pycache__/models.cpython-38.pyc,sha256=h_neN4zzReOTuou4NX9RbgVJ8T47z0tLqSr37Fm1iHU,17874
|
|
83
83
|
simo/core/__pycache__/permissions.cpython-38.pyc,sha256=fH4iyqd9DdzRLEu2b621-FeM-napR0M7hzBUTHo9Q3g,2972
|
|
84
84
|
simo/core/__pycache__/routing.cpython-38.pyc,sha256=3T3FPJ8Cn99xZCGvMyg2xjl7al-Shm9CelbSpkJtNP8,599
|
|
@@ -10517,9 +10517,9 @@ simo/users/templates/invitations/expired_msg.html,sha256=47DEQpj8HBSa-_TImW-5JCe
|
|
|
10517
10517
|
simo/users/templates/invitations/expired_suggestion.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10518
10518
|
simo/users/templates/invitations/taken_msg.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10519
10519
|
simo/users/templates/invitations/taken_suggestion.html,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10520
|
-
simo-2.3.
|
|
10521
|
-
simo-2.3.
|
|
10522
|
-
simo-2.3.
|
|
10523
|
-
simo-2.3.
|
|
10524
|
-
simo-2.3.
|
|
10525
|
-
simo-2.3.
|
|
10520
|
+
simo-2.3.5.dist-info/LICENSE.md,sha256=M7wm1EmMGDtwPRdg7kW4d00h1uAXjKOT3HFScYQMeiE,34916
|
|
10521
|
+
simo-2.3.5.dist-info/METADATA,sha256=2xG3zs115tsP3PXghxzrOBEh1zMucXq5_Pygm6Sf05M,1878
|
|
10522
|
+
simo-2.3.5.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
10523
|
+
simo-2.3.5.dist-info/entry_points.txt,sha256=S9PwnUYmTSW7681GKDCxUbL0leRJIaRk6fDQIKgbZBA,135
|
|
10524
|
+
simo-2.3.5.dist-info/top_level.txt,sha256=GmS1hrAbpVqn9OWZh6UX82eIOdRLgYA82RG9fe8v4Rs,5
|
|
10525
|
+
simo-2.3.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|