edu-rdm-integration 3.9.0__py3-none-any.whl → 3.9.1__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.
@@ -73,13 +73,14 @@ class EntityEnumRegisterMixin(BaseEnumRegisterMixin):
73
73
 
74
74
  # TODO EDUSCHL-20938 Удалить в рамках задачи
75
75
  @classmethod
76
- def get_additional_model_enums(cls) -> Optional[tuple[ModelEnumValue]]:
76
+ def get_additional_model_enums(cls) -> tuple[ModelEnumValue, ...]:
77
77
  """Возвращает кортеж значений модели-перечисления основной модели сущности.
78
78
 
79
79
  В классе определяется поле additional_model_enums или данный метод.
80
80
 
81
81
  !!! Временное решение. Будет удалено в рамках EDUSCHL-20938.
82
82
  """
83
+ return ()
83
84
 
84
85
 
85
86
  class ModelEnumRegisterMixin(BaseEnumRegisterMixin):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: edu-rdm-integration
3
- Version: 3.9.0
3
+ Version: 3.9.1
4
4
  Summary: Интеграция с Региональной витриной данных
5
5
  Author-email: BARS Group <education_dev@bars.group>
6
6
  Project-URL: Homepage, https://stash.bars-open.ru/projects/EDUBASE/repos/edu_rdm_integration/browse
@@ -90,7 +90,7 @@ edu_rdm_integration/collect_data/non_calculated/base/strings.py,sha256=-k9dex8A7
90
90
  edu_rdm_integration/collect_data/non_calculated/base/tests.py,sha256=MoRY-a75Ow-7EjeQYxkXWunwqTGuBMaUyEkEV2oy05I,59
91
91
  edu_rdm_integration/collect_data/non_calculated/base/validators.py,sha256=0YvnfrfK1iFcZVSB-M-Xv82tIjYxEU_BwLofAEuGVW4,973
92
92
  edu_rdm_integration/enum_register/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
93
- edu_rdm_integration/enum_register/mixins.py,sha256=lry5JDGIleBCcOqsfX0sVOqwnnSV2Jlb4T2heD-xg54,4621
93
+ edu_rdm_integration/enum_register/mixins.py,sha256=aANcwvx4Y9MrtoIt3lds5f1FSkdwgUEKpnW9VJmSq1w,4634
94
94
  edu_rdm_integration/enum_register/register.py,sha256=jb16O7TZDGVRo5NwWqyY_rcbBxOncYeOoSq6UAbTf48,2208
95
95
  edu_rdm_integration/export_data/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
96
96
  edu_rdm_integration/export_data/actions.py,sha256=z3qMJJbgsiOCW8A_Ac5ThVBijK4dU_8VuOGrxEBNKso,10377
@@ -191,8 +191,8 @@ edu_rdm_integration/uploader_log/enums.py,sha256=rgSO3BL2rh2xpfm0Pt4waQW8fB1VMJL
191
191
  edu_rdm_integration/uploader_log/managers.py,sha256=OFdToWV8qhdfeGNpd-UWAmSEISzixmVQ6LF75EW7gzA,3248
192
192
  edu_rdm_integration/uploader_log/ui.py,sha256=7O63XJJYnJBLVU9aGuSyMOxFYtcj_Kyf5u6HIiuxl9A,1788
193
193
  edu_rdm_integration/uploader_log/templates/ui-js/object-grid-buttons.js,sha256=2xyGe0wdVokM0RhpzRzcRvJPBkBmPe3SlZry4oP4Nzs,6201
194
- edu_rdm_integration-3.9.0.dist-info/licenses/LICENSE,sha256=uw43Gjjj-1vXWCItfSrNDpbejnOwZMrNerUh8oWbq8Q,3458
195
- edu_rdm_integration-3.9.0.dist-info/METADATA,sha256=ukP5puX-wO0lxJqlzpaKQw8zsyG2rH7KDNZPSzql5J4,35263
196
- edu_rdm_integration-3.9.0.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
197
- edu_rdm_integration-3.9.0.dist-info/top_level.txt,sha256=nRJV0O14UtNE-jGIYG03sohgFnZClvf57H5m6VBXe9Y,20
198
- edu_rdm_integration-3.9.0.dist-info/RECORD,,
194
+ edu_rdm_integration-3.9.1.dist-info/licenses/LICENSE,sha256=uw43Gjjj-1vXWCItfSrNDpbejnOwZMrNerUh8oWbq8Q,3458
195
+ edu_rdm_integration-3.9.1.dist-info/METADATA,sha256=ysbYJGTQJxfNV_7dWYSeBiMa7wELVKl8tSHIOBCK5LE,35263
196
+ edu_rdm_integration-3.9.1.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
197
+ edu_rdm_integration-3.9.1.dist-info/top_level.txt,sha256=nRJV0O14UtNE-jGIYG03sohgFnZClvf57H5m6VBXe9Y,20
198
+ edu_rdm_integration-3.9.1.dist-info/RECORD,,