organizations-local 0.0.20__py3-none-any.whl → 0.0.21__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.
- organizations_local/organizations_local.py +2 -2
- {organizations_local-0.0.20.dist-info → organizations_local-0.0.21.dist-info}/METADATA +1 -1
- organizations_local-0.0.21.dist-info/RECORD +7 -0
- organizations_local-0.0.20.dist-info/RECORD +0 -7
- {organizations_local-0.0.20.dist-info → organizations_local-0.0.21.dist-info}/WHEEL +0 -0
- {organizations_local-0.0.20.dist-info → organizations_local-0.0.21.dist-info}/top_level.txt +0 -0
|
@@ -50,7 +50,7 @@ DEFAULT_NOT_DELETED_ML_VIEW_NAME = "organization_ml_not_deleted_view"
|
|
|
50
50
|
# "lang_code",
|
|
51
51
|
# "is_main",
|
|
52
52
|
# "name",
|
|
53
|
-
# "
|
|
53
|
+
# "is_title_approved",
|
|
54
54
|
# "is_description_approved",
|
|
55
55
|
# "description"
|
|
56
56
|
|
|
@@ -74,7 +74,7 @@ class OrganizationsLocal(GenericCRUDML, metaclass=MetaLogger,
|
|
|
74
74
|
|
|
75
75
|
@staticmethod
|
|
76
76
|
def _clean_organization_ml_dict(organization_dict: dict) -> dict:
|
|
77
|
-
columns = ("lang_code", "is_main", "title", "
|
|
77
|
+
columns = ("lang_code", "is_main", "title", "is_title_approved",
|
|
78
78
|
"is_description_approved", "description")
|
|
79
79
|
organization_ml_dict = {key: organization_dict.get(key) for key in columns}
|
|
80
80
|
return organization_ml_dict
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
organizations_local/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
organizations_local/organizations_constants.py,sha256=pxyAMmv4BFCfzyDsF92vImLdazA7_0ecKyVmOR9peEE,900
|
|
3
|
+
organizations_local/organizations_local.py,sha256=oLAfnKNPZotP9VQEHZ3fIhmH41sVr7yzvCwUezOuwqY,8622
|
|
4
|
+
organizations_local-0.0.21.dist-info/METADATA,sha256=mw8_j0dIxlcIUWTVluwSTOgd7h-z99hR6x5SNwOuQ8c,654
|
|
5
|
+
organizations_local-0.0.21.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
6
|
+
organizations_local-0.0.21.dist-info/top_level.txt,sha256=Y8wRcm3jFTyMdysBub_P8iqX1VOMS0ohUxA1GQdngFU,20
|
|
7
|
+
organizations_local-0.0.21.dist-info/RECORD,,
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
organizations_local/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
organizations_local/organizations_constants.py,sha256=pxyAMmv4BFCfzyDsF92vImLdazA7_0ecKyVmOR9peEE,900
|
|
3
|
-
organizations_local/organizations_local.py,sha256=6mz5jRVei7UMlL0x2OYD90F_5JXyVXOS4rWlLMrfN8A,8620
|
|
4
|
-
organizations_local-0.0.20.dist-info/METADATA,sha256=FqxkPPJ0Cyao_w8Io8-Vc1M4ZfR-Wizya7NHMCeeRW4,654
|
|
5
|
-
organizations_local-0.0.20.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
6
|
-
organizations_local-0.0.20.dist-info/top_level.txt,sha256=Y8wRcm3jFTyMdysBub_P8iqX1VOMS0ohUxA1GQdngFU,20
|
|
7
|
-
organizations_local-0.0.20.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|