simo 1.6.3__tar.gz → 1.6.4__tar.gz
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-1.6.3/src/simo.egg-info → simo-1.6.4}/PKG-INFO +1 -1
- {simo-1.6.3 → simo-1.6.4}/pyproject.toml +1 -1
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/api.py +0 -1
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/autocomplete_views.py +4 -5
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/middleware.py +1 -7
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/socket_consumers.py +1 -1
- {simo-1.6.3 → simo-1.6.4/src/simo.egg-info}/PKG-INFO +1 -1
- {simo-1.6.3 → simo-1.6.4}/LICENSE.md +0 -0
- {simo-1.6.3 → simo-1.6.4}/README.rst +0 -0
- {simo-1.6.3 → simo-1.6.4}/requirements.txt +0 -0
- {simo-1.6.3 → simo-1.6.4}/setup.cfg +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/__init__.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/_hub_template/hub/asgi.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/_hub_template/hub/celeryc.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/_hub_template/hub/manage.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/_hub_template/hub/settings.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/_hub_template/hub/urls.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/asgi.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/auto_update.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/celeryc.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/cli.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/conf.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/__init__.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/admin.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/api_auth.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/app_widgets.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/apps.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/auto_urls.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/base_types.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/context.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/controllers.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/db_backend/__init__.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/db_backend/base.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/dynamic_settings.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/events.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/filters.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/forms.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/gateways.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/loggers.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/management/__init__.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/management/commands/__init__.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/management/commands/gateways_manager.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/management/commands/run_gateway.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/management/commands/update.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0001_initial.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0002_load_icons.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0003_create_default_zones_and_categories.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0004_create_generic.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0005_component_subcomponents.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0006_alter_component_subcomponents.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0007_component_change_init_to.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0008_alter_component_change_init_to.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0009_auto_20220707_1404.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0010_historyaggregate.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0011_component_last_change.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0012_instance.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0013_auto_20231003_0754.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0014_zone_instance.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0015_auto_20231004_1113.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0016_auto_20231004_1113.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0017_auto_20231004_1313.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0018_auto_20231005_0622.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0019_alter_gateway_type.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0020_component_meta.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0021_auto_20231020_1041.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0022_auto_20231221_0735.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/__init__.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/models.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/permissions.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/routing.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/serializers.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/signal_receivers.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/storage.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/tasks.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/templatetags/__init__.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/templatetags/components_list.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/todos.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/types.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/utils/__init__.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/utils/admin.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/utils/config_values.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/utils/easing.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/utils/form_fields.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/utils/form_widgets.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/utils/formsets.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/utils/helpers.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/utils/logs.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/utils/mixins.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/utils/model_helpers.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/utils/relay.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/utils/type_constants.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/utils/validators.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/views.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/core/widgets.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/generic/__init__.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/generic/app_widgets.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/generic/base_types.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/generic/controllers.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/generic/forms.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/generic/gateways.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/generic/models.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/generic/routing.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/generic/socket_consumers.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/generic/tasks.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/multimedia/__init__.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/multimedia/admin.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/multimedia/api.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/multimedia/app_widgets.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/multimedia/base_types.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/multimedia/controllers.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/multimedia/forms.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/multimedia/migrations/0001_initial.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/multimedia/migrations/0002_sound_length.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/multimedia/migrations/0003_alter_sound_length.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/multimedia/migrations/0004_auto_20231023_1055.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/multimedia/migrations/__init__.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/multimedia/models.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/multimedia/serializers.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/notifications/__init__.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/notifications/admin.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/notifications/api.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/notifications/migrations/0001_initial.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/notifications/migrations/0002_notification_instance.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/notifications/migrations/__init__.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/notifications/models.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/notifications/serializers.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/notifications/utils.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/scripting.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/settings.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/urls.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/__init__.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/admin.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/api.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/auth_backends.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/auto_urls.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/dynamic_settings.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/middleware.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0001_initial.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0002_componentpermission.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0003_create_roles_and_system_user.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0004_user_secret_key.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0005_permissionsrole_instance.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0006_auto_20231003_0850.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0007_auto_20231003_1228.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0008_auto_20231003_1229.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0009_remove_user_role.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0010_auto_20231004_1313.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0011_auto_20231004_1313.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0012_alter_userinstancerole_unique_together.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0013_remove_user_roles.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0014_user_roles.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0015_remove_user_at_home.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0016_auto_20231005_1050.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0017_auto_20231221_0735.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/__init__.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/models.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/permissions.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/serializers.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/sso_urls.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/sso_views.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/tasks.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/utils.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo/users/views.py +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo.egg-info/SOURCES.txt +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo.egg-info/dependency_links.txt +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo.egg-info/requires.txt +0 -0
- {simo-1.6.3 → simo-1.6.4}/src/simo.egg-info/top_level.txt +0 -0
|
@@ -3,7 +3,6 @@ from calendar import monthrange
|
|
|
3
3
|
import pytz
|
|
4
4
|
import logging
|
|
5
5
|
from django.db.models import Q, Prefetch
|
|
6
|
-
from django.urls import get_script_prefix
|
|
7
6
|
from django.utils.translation import gettext_lazy as _
|
|
8
7
|
from django.utils import timezone
|
|
9
8
|
from django.shortcuts import get_object_or_404
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
from dal import autocomplete
|
|
2
|
-
from django.urls import get_script_prefix
|
|
3
2
|
from django.db.models import Q
|
|
4
3
|
from django.template.loader import render_to_string
|
|
5
4
|
from simo.core.utils.helpers import search_queryset
|
|
@@ -24,7 +23,7 @@ class IconModelAutocomplete(autocomplete.Select2QuerySetView):
|
|
|
24
23
|
def get_result_label(self, item):
|
|
25
24
|
return render_to_string(
|
|
26
25
|
'core/icon_acutocomplete_select_item.html', {
|
|
27
|
-
'icon': item,
|
|
26
|
+
'icon': item,
|
|
28
27
|
}
|
|
29
28
|
)
|
|
30
29
|
|
|
@@ -70,7 +69,7 @@ class CategoryAutocomplete(autocomplete.Select2QuerySetView):
|
|
|
70
69
|
def get_result_label(self, item):
|
|
71
70
|
return render_to_string(
|
|
72
71
|
'core/object_acutocomplete_select_item.html', {
|
|
73
|
-
'object': item
|
|
72
|
+
'object': item
|
|
74
73
|
}
|
|
75
74
|
)
|
|
76
75
|
|
|
@@ -96,7 +95,7 @@ class ZoneAutocomplete(autocomplete.Select2QuerySetView):
|
|
|
96
95
|
def get_result_label(self, item):
|
|
97
96
|
return render_to_string(
|
|
98
97
|
'core/object_acutocomplete_select_item.html', {
|
|
99
|
-
'object': item
|
|
98
|
+
'object': item
|
|
100
99
|
}
|
|
101
100
|
)
|
|
102
101
|
|
|
@@ -133,7 +132,7 @@ class ComponentAutocomplete(autocomplete.Select2QuerySetView):
|
|
|
133
132
|
def get_result_label(self, item):
|
|
134
133
|
return render_to_string(
|
|
135
134
|
'core/object_acutocomplete_select_item.html', {
|
|
136
|
-
'object': item
|
|
135
|
+
'object': item
|
|
137
136
|
}
|
|
138
137
|
)
|
|
139
138
|
|
|
@@ -1,14 +1,9 @@
|
|
|
1
1
|
import pytz
|
|
2
2
|
import threading
|
|
3
|
-
from django.urls import set_script_prefix
|
|
4
|
-
from django.shortcuts import redirect, render
|
|
3
|
+
from django.urls import set_script_prefix
|
|
5
4
|
from django.utils import timezone
|
|
6
|
-
from django.conf import settings
|
|
7
|
-
from simo.users.models import User
|
|
8
5
|
from simo.conf import dynamic_settings
|
|
9
6
|
|
|
10
|
-
|
|
11
|
-
|
|
12
7
|
_thread_locals = threading.local()
|
|
13
8
|
|
|
14
9
|
|
|
@@ -25,7 +20,6 @@ def simo_router_middleware(get_response):
|
|
|
25
20
|
_thread_locals.request = request
|
|
26
21
|
|
|
27
22
|
request.relay = None
|
|
28
|
-
router_prefix = '/'
|
|
29
23
|
|
|
30
24
|
if request.META.get('HTTP_HOST', '').endswith('.simo.io'):
|
|
31
25
|
router_prefix = dynamic_settings['core__remote_http']
|
|
@@ -6,7 +6,7 @@ import os
|
|
|
6
6
|
import logging
|
|
7
7
|
from ansi2html import Ansi2HTMLConverter
|
|
8
8
|
from asgiref.sync import sync_to_async
|
|
9
|
-
from django.urls import set_script_prefix
|
|
9
|
+
from django.urls import set_script_prefix
|
|
10
10
|
from django.core.exceptions import ValidationError
|
|
11
11
|
from django.template.loader import render_to_string
|
|
12
12
|
from django.conf import settings
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{simo-1.6.3 → simo-1.6.4}/src/simo/core/migrations/0003_create_default_zones_and_categories.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{simo-1.6.3 → simo-1.6.4}/src/simo/users/migrations/0012_alter_userinstancerole_unique_together.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|