edu-rdm-integration 2.2.0__py3-none-any.whl → 2.2.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.
- edu_rdm_integration/collect_and_export_data/models.py +2 -2
- {edu_rdm_integration-2.2.0.dist-info → edu_rdm_integration-2.2.1.dist-info}/METADATA +9 -1
- {edu_rdm_integration-2.2.0.dist-info → edu_rdm_integration-2.2.1.dist-info}/RECORD +7 -7
- {edu_rdm_integration-2.2.0.dist-info → edu_rdm_integration-2.2.1.dist-info}/LICENSE +0 -0
- {edu_rdm_integration-2.2.0.dist-info → edu_rdm_integration-2.2.1.dist-info}/WHEEL +0 -0
- {edu_rdm_integration-2.2.0.dist-info → edu_rdm_integration-2.2.1.dist-info}/namespace_packages.txt +0 -0
- {edu_rdm_integration-2.2.0.dist-info → edu_rdm_integration-2.2.1.dist-info}/top_level.txt +0 -0
@@ -39,7 +39,7 @@ class EduRdmCollectDataCommandProgress(AbstractCollectDataCommandProgress):
|
|
39
39
|
choices=CommandType.get_choices(),
|
40
40
|
)
|
41
41
|
|
42
|
-
class Meta:
|
42
|
+
class Meta(AbstractCollectDataCommandProgress.Meta):
|
43
43
|
db_table = 'edu_rdm_collecting_data_command_progress'
|
44
44
|
|
45
45
|
|
@@ -63,5 +63,5 @@ class EduRdmExportDataCommandProgress(AbstractExportDataCommandProgress):
|
|
63
63
|
choices=CommandType.get_choices(),
|
64
64
|
)
|
65
65
|
|
66
|
-
class Meta:
|
66
|
+
class Meta(AbstractExportDataCommandProgress.Meta):
|
67
67
|
db_table = 'edu_rdm_exporting_data_command_progress'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: edu-rdm-integration
|
3
|
-
Version: 2.2.
|
3
|
+
Version: 2.2.1
|
4
4
|
Summary: Интеграция с Региональной витриной данных
|
5
5
|
Home-page:
|
6
6
|
Download-URL:
|
@@ -293,6 +293,14 @@ Requires-Dist: uploader-client <1,>=0.2.1
|
|
293
293
|
|
294
294
|
### Удалено
|
295
295
|
|
296
|
+
## [2.2.1] - 2024-03-28
|
297
|
+
Исправление наследования Meta в моделях EduRdmCollectDataCommandProgress и EduRdmExportDataCommandProgress
|
298
|
+
|
299
|
+
### Исправлено
|
300
|
+
|
301
|
+
- [EDUSCHL-21569](https://jira.bars.group/browse/EDUSCHL-21569)
|
302
|
+
MINOR Перенести оставшиеся общие асинхронные задачи из ЭШ в пакет edu_rdm_integration
|
303
|
+
|
296
304
|
## [2.2.0] - 2024-03-20
|
297
305
|
|
298
306
|
Из ЭШ перенесена периодическая задача по сбору и выгрузке данных в РВД.
|
@@ -32,7 +32,7 @@ edu_rdm_integration/adapters/tests.py,sha256=MoRY-a75Ow-7EjeQYxkXWunwqTGuBMaUyEk
|
|
32
32
|
edu_rdm_integration/adapters/validators.py,sha256=LJWnCY8PtXDOj-fm3fBWjQYsHsSLfyKf_D97pqPv73s,496
|
33
33
|
edu_rdm_integration/collect_and_export_data/__init__.py,sha256=4glPgPCzAyLreBGUnUrcRPCge45XucJz5bK8VjlQBaE,82
|
34
34
|
edu_rdm_integration/collect_and_export_data/apps.py,sha256=fAcctcjxWP4Gd0Qr3YrQkMESrzga4IORWetBTy8wvHo,160
|
35
|
-
edu_rdm_integration/collect_and_export_data/models.py,sha256=
|
35
|
+
edu_rdm_integration/collect_and_export_data/models.py,sha256=TGm-hM-1aDhVcFPy0PTC3yNczoZGF4ZmIdr0Y9s8CfU,2038
|
36
36
|
edu_rdm_integration/collect_and_export_data/utils.py,sha256=uw85W_uPr7zGa9rA4Bp1nDUrOMnlz0nZ92AZAgNsRlE,3073
|
37
37
|
edu_rdm_integration/collect_and_export_data/migrations/0001_initial.py,sha256=UkoaXzh3tokZ8QdCdB09v3rRZfcHhvEwNMuj3mQIB74,4714
|
38
38
|
edu_rdm_integration/collect_and_export_data/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -162,9 +162,9 @@ edu_rdm_integration/uploader_log/apps.py,sha256=tYJj4-sDlq8fLOSvw18L_yys7SILpTKW
|
|
162
162
|
edu_rdm_integration/uploader_log/enums.py,sha256=rgSO3BL2rh2xpfm0Pt4waQW8fB1VMJLdsGmr3SXwH_U,266
|
163
163
|
edu_rdm_integration/uploader_log/managers.py,sha256=y5wTSMzF9hpOpIU_A7nIafL_LBU3QEie6LAYWoB-pBQ,3203
|
164
164
|
edu_rdm_integration/uploader_log/ui.py,sha256=YM9Buqp2wxE95Wf5gvAATBzuYzDOossK1sEmvFk07cI,2110
|
165
|
-
edu_rdm_integration-2.2.
|
166
|
-
edu_rdm_integration-2.2.
|
167
|
-
edu_rdm_integration-2.2.
|
168
|
-
edu_rdm_integration-2.2.
|
169
|
-
edu_rdm_integration-2.2.
|
170
|
-
edu_rdm_integration-2.2.
|
165
|
+
edu_rdm_integration-2.2.1.dist-info/LICENSE,sha256=uw43Gjjj-1vXWCItfSrNDpbejnOwZMrNerUh8oWbq8Q,3458
|
166
|
+
edu_rdm_integration-2.2.1.dist-info/METADATA,sha256=0K4JnLA9jXs0MxuvyJlFL0IaolV9Oil6ppFcTemQhxY,58264
|
167
|
+
edu_rdm_integration-2.2.1.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
|
168
|
+
edu_rdm_integration-2.2.1.dist-info/namespace_packages.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
169
|
+
edu_rdm_integration-2.2.1.dist-info/top_level.txt,sha256=nRJV0O14UtNE-jGIYG03sohgFnZClvf57H5m6VBXe9Y,20
|
170
|
+
edu_rdm_integration-2.2.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
{edu_rdm_integration-2.2.0.dist-info → edu_rdm_integration-2.2.1.dist-info}/namespace_packages.txt
RENAMED
File without changes
|
File without changes
|