edu-rdm-integration 3.22.1__py3-none-any.whl → 3.22.2__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 edu-rdm-integration might be problematic. Click here for more details.

@@ -35,15 +35,6 @@ from m3_db_utils.models import (
35
35
  class BaseRDMModel(ReprStrPreModelMixin, BaseObjectModel):
36
36
  """Базовая модель РВД."""
37
37
 
38
- collecting_sub_stage = ForeignKey(
39
- verbose_name='Подэтап сбора данных',
40
- to='edu_rdm_integration_collect_data_stage.RDMCollectingDataSubStage',
41
- on_delete=CASCADE,
42
- )
43
- operation = SmallIntegerField(
44
- verbose_name='Действие',
45
- choices=EntityLogOperation.get_choices(),
46
- )
47
38
  created = DateTimeField(
48
39
  verbose_name='Дата создания',
49
40
  auto_now_add=True,
@@ -68,10 +59,32 @@ class BaseRDMModel(ReprStrPreModelMixin, BaseObjectModel):
68
59
  abstract = True
69
60
 
70
61
 
71
- class BaseMainRDMModel(BaseRDMModel):
62
+ class BaseAdditionalRDMModel(BaseRDMModel):
63
+ """Абстрактная вспомогательная модель РВД.
64
+
65
+ Является базовым классом для моделей РВД, которые не являются основными для сущностей РВД. Для таких моделей
66
+ производится сбор данных.
67
+ """
68
+
69
+ collecting_sub_stage = ForeignKey(
70
+ verbose_name='Подэтап сбора данных',
71
+ to='edu_rdm_integration_collect_data_stage.RDMCollectingDataSubStage',
72
+ on_delete=CASCADE,
73
+ )
74
+ operation = SmallIntegerField(
75
+ verbose_name='Действие',
76
+ choices=EntityLogOperation.get_choices(),
77
+ )
78
+
79
+ class Meta:
80
+ abstract = True
81
+
82
+
83
+ class BaseMainRDMModel(BaseAdditionalRDMModel):
72
84
  """Абстрактная основная модель РВД.
73
85
 
74
- Является базовым классом для моделей РВД, которые являются основными для сущностей РВД.
86
+ Является базовым классом для моделей РВД, которые являются основными для сущностей РВД. Для таких моделей
87
+ производится сбор и выгрузка данных.
75
88
  """
76
89
 
77
90
  exporting_sub_stage = ForeignKey(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: edu-rdm-integration
3
- Version: 3.22.1
3
+ Version: 3.22.2
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
@@ -73,7 +73,7 @@ edu_rdm_integration/rdm_entities/migrations/__init__.py,sha256=47DEQpj8HBSa-_TIm
73
73
  edu_rdm_integration/rdm_models/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
74
74
  edu_rdm_integration/rdm_models/apps.py,sha256=JJwHzCXYVe5cEhvDg61KkrLoRT_ZbJCIAWEM2lOQyHU,288
75
75
  edu_rdm_integration/rdm_models/mixins.py,sha256=h-xo2KckTf2pgetggQgo77FMVShdWfgcKNBkz5ct7sI,2308
76
- edu_rdm_integration/rdm_models/models.py,sha256=vLJkOGP0opHoWbt-0GfrPz1CkQL9H2BsJbhzuTNHNJg,13235
76
+ edu_rdm_integration/rdm_models/models.py,sha256=iXPAS1opNf091gTg5RwhF_2UYHzyB9H9ZbAL-WxLO-I,13785
77
77
  edu_rdm_integration/rdm_models/utils.py,sha256=Xk0HEpFEGAndoAD2TdubK4SI_dW2BvchQ7UeMEfvpfQ,631
78
78
  edu_rdm_integration/rdm_models/migrations/0001_initial.py,sha256=qXgObuG2nfOLEnGJBoBqmq30TXetOv21UZU4trMV7mQ,1529
79
79
  edu_rdm_integration/rdm_models/migrations/0002_rename_regionaldatamartmodelenum_rdmmodelenum.py,sha256=hNTLriOc9r9WEVKahJURA3yXhZ3ivbwJJ_HaMC46PpI,451
@@ -267,8 +267,8 @@ edu_rdm_integration/stages/upload_data/uploader_log/ui.py,sha256=mU3XA9zVKHGqzNk
267
267
  edu_rdm_integration/stages/upload_data/uploader_log/migrations/0001_initial.py,sha256=r5oOB7DBK9-mfuqPAgjXUJY5-hEcmMdILCwDTpaLnBc,753
268
268
  edu_rdm_integration/stages/upload_data/uploader_log/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
269
269
  edu_rdm_integration/stages/upload_data/uploader_log/templates/ui-js/object-grid-buttons.js,sha256=2xyGe0wdVokM0RhpzRzcRvJPBkBmPe3SlZry4oP4Nzs,6201
270
- edu_rdm_integration-3.22.1.dist-info/licenses/LICENSE,sha256=uw43Gjjj-1vXWCItfSrNDpbejnOwZMrNerUh8oWbq8Q,3458
271
- edu_rdm_integration-3.22.1.dist-info/METADATA,sha256=_GoPYkH6ufAkdZ-Ysai4vcZmDyhdUFjZcCQCOcb4Zsw,43714
272
- edu_rdm_integration-3.22.1.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
273
- edu_rdm_integration-3.22.1.dist-info/top_level.txt,sha256=nRJV0O14UtNE-jGIYG03sohgFnZClvf57H5m6VBXe9Y,20
274
- edu_rdm_integration-3.22.1.dist-info/RECORD,,
270
+ edu_rdm_integration-3.22.2.dist-info/licenses/LICENSE,sha256=uw43Gjjj-1vXWCItfSrNDpbejnOwZMrNerUh8oWbq8Q,3458
271
+ edu_rdm_integration-3.22.2.dist-info/METADATA,sha256=k6QGT1npzCRwzyxBw9lyBsFf7rp9OAzWx2jFJll8GK8,43714
272
+ edu_rdm_integration-3.22.2.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
273
+ edu_rdm_integration-3.22.2.dist-info/top_level.txt,sha256=nRJV0O14UtNE-jGIYG03sohgFnZClvf57H5m6VBXe9Y,20
274
+ edu_rdm_integration-3.22.2.dist-info/RECORD,,