clinicedc 2.0.5__py3-none-any.whl → 2.0.7__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 clinicedc might be problematic. Click here for more details.
- {clinicedc-2.0.5.dist-info → clinicedc-2.0.7.dist-info}/METADATA +2 -2
- {clinicedc-2.0.5.dist-info → clinicedc-2.0.7.dist-info}/RECORD +387 -336
- edc_action_item/action.py +1 -1
- edc_action_item/action_item_notification.py +2 -2
- edc_action_item/create_action_item.py +1 -1
- edc_action_item/decorators.py +1 -1
- edc_action_item/migrations/0001_initial.py +21 -22
- edc_action_item/migrations/0006_auto_20180707_1659.py +4 -4
- edc_action_item/migrations/0008_auto_20180809_0303.py +4 -4
- edc_action_item/migrations/0015_auto_20190114_0250.py +4 -4
- edc_action_item/migrations/0017_auto_20190305_0123.py +11 -30
- edc_action_item/migrations/0030_edcpermissions.py +3 -2
- edc_action_item/migrations/0039_alter_actionitem_auto_created_comment_and_more.py +398 -0
- edc_action_item/migrations/0040_alter_actionitem_report_datetime_and_more.py +34 -0
- edc_action_item/models/action_item.py +9 -4
- edc_action_item/models/action_model_mixin.py +4 -4
- edc_action_item/models/reference.py +2 -2
- edc_action_item/post_migrate_signals.py +1 -1
- edc_action_item/send_email.py +0 -85
- edc_adherence/migrations/0005_alter_nonadherencereasons_extra_value_and_more.py +36 -0
- edc_adherence/model_mixins.py +1 -1
- edc_adverse_event/migrations/0001_initial.py +5 -4
- edc_adverse_event/migrations/0002_auto_20190802_0059.py +3 -2
- edc_adverse_event/migrations/0008_auto_20220825_0451.py +3 -2
- edc_adverse_event/migrations/0009_auto_20220907_0157.py +3 -2
- edc_adverse_event/migrations/0016_alter_aeactionclassification_device_created_and_more.py +285 -0
- edc_adverse_event/model_mixins/ae_followup/ae_followup_fields_model_mixin.py +2 -2
- edc_adverse_event/model_mixins/ae_initial/ae_initial_fields_model_mixin.py +6 -5
- edc_adverse_event/model_mixins/ae_special_interest/aesi_fields_model_mixin.py +2 -2
- edc_adverse_event/model_mixins/ae_susar/ae_susar_fields_model_mixin.py +2 -2
- edc_adverse_event/model_mixins/ae_tmg/ae_tmg_fields_model_mixin.py +15 -11
- edc_adverse_event/model_mixins/death_report/death_report_model_mixin.py +5 -4
- edc_adverse_event/model_mixins/death_report/death_report_tmg_model_mixin.py +6 -3
- edc_adverse_event/model_mixins/death_report/simple_death_report_model_mixin.py +2 -2
- edc_adverse_event/model_mixins/hospitaization/hospitalization_model_mixin.py +4 -3
- edc_adverse_event/modeladmin_mixins/death_report_admin_mixin.py +3 -3
- edc_adverse_event/models/signals.py +7 -7
- edc_adverse_event/templatetags/edc_adverse_event_extras.py +5 -4
- edc_adverse_event/view_mixins/ae/ae_listboard_view_mixin.py +3 -5
- edc_adverse_event/view_mixins/ae/death_report_listboard_view_mixin.py +6 -8
- edc_adverse_event/view_mixins/tmg/tmg_ae_listboard_view_mixin.py +2 -2
- edc_adverse_event/views/tmg/summary_listboard_view.py +3 -2
- edc_appointment/admin/appointment_admin.py +2 -2
- edc_appointment/admin/list_filters.py +2 -2
- edc_appointment/form_validators/appointment_form_validator.py +108 -82
- edc_appointment/migrations/0003_auto_20161127_2226.py +5 -6
- edc_appointment/migrations/0006_auto_20170106_2118.py +5 -5
- edc_appointment/migrations/0018_auto_20190305_0123.py +5 -12
- edc_appointment/migrations/0050_alter_appointment_appt_type_and_more.py +220 -0
- edc_appointment/model_mixins/appointment_fields_model_mixin.py +1 -2
- edc_appointment/model_mixins/window_period_model_mixin.py +6 -7
- edc_appointment/models/signals.py +44 -35
- edc_appointment/view_utils/appointment_button.py +2 -2
- edc_auth/admin/user_admin.py +1 -1
- edc_auth/migrations/0001_squashed_0033_alter_userprofile_is_multisite_viewer.py +5 -5
- edc_auth/migrations/0012_auto_20191026_0034.py +3 -2
- edc_auth/migrations/0013_auto_20191026_0055.py +3 -2
- edc_auth/migrations/0025_permissions.py +3 -2
- edc_auth/migrations/0035_alter_edcpermissions_device_created_and_more.py +85 -0
- edc_auth/post_migrate_signals.py +1 -1
- edc_consent/actions.py +4 -5
- edc_consent/migrations/0001_initial.py +3 -2
- edc_consent/migrations/0006_alter_edcpermissions_device_created_and_more.py +49 -0
- edc_consent/model_mixins/consent_extension_model_mixin.py +4 -5
- edc_consent/model_mixins/requires_consent_fields_model_mixin.py +2 -2
- edc_consent/utils.py +1 -1
- edc_crf/migrations/0001_initial.py +3 -2
- edc_crf/migrations/0009_alter_crfstatus_device_created_and_more.py +54 -0
- edc_dashboard/migrations/0001_initial.py +3 -2
- edc_dashboard/migrations/0006_alter_edcpermissions_device_created_and_more.py +49 -0
- edc_dashboard/templatetags/edc_dashboard_extras.py +3 -2
- edc_data_manager/action_items.py +4 -6
- edc_data_manager/admin/actions.py +5 -5
- edc_data_manager/handlers/handlers.py +6 -7
- edc_data_manager/migrations/0001_initial.py +19 -19
- edc_data_manager/migrations/0025_edcpermissions.py +3 -2
- edc_data_manager/migrations/0040_alter_datadictionary_device_created_and_more.py +327 -0
- edc_data_manager/migrations/0041_alter_dataquery_dm_user_and_more.py +164 -0
- edc_data_manager/models/data_query.py +5 -5
- edc_data_manager/models/model_mixins.py +8 -8
- edc_data_manager/rule/rule_runner.py +4 -3
- edc_document_status/model_mixins.py +1 -1
- edc_egfr/egfr.py +11 -7
- edc_egfr/model_mixins/egfr_model_mixin.py +3 -7
- edc_export/admin/data_request_admin.py +2 -2
- edc_export/archive_exporter.py +4 -3
- edc_export/files_archiver.py +3 -2
- edc_export/migrations/0001_initial.py +26 -26
- edc_export/migrations/0004_auto_20190305_0123.py +25 -72
- edc_export/migrations/0013_edcpermissions.py +3 -2
- edc_export/migrations/0022_alter_datarequest_description_and_more.py +611 -0
- edc_export/migrations/0023_alter_datarequesthistory_archive_filename_and_more.py +29 -0
- edc_export/model_exporter/file_history_updater.py +10 -10
- edc_export/model_exporter/model_exporter.py +13 -14
- edc_export/model_exporter/object_history_helpers.py +2 -2
- edc_export/models/data_request_history.py +4 -4
- edc_export/utils.py +10 -15
- edc_facility/facility.py +10 -15
- edc_facility/import_holidays.py +13 -13
- edc_facility/migrations/0005_healthfacility_healthfacilitytypes_and_more.py +8 -7
- edc_facility/migrations/0016_alter_healthfacility_device_created_and_more.py +139 -0
- edc_facility/migrations/0017_alter_healthfacility_gps_and_more.py +54 -0
- edc_facility/model_mixins.py +5 -5
- edc_form_runners/form_runner.py +3 -5
- edc_form_runners/migrations/0001_initial.py +3 -2
- edc_form_runners/migrations/0005_alter_issue_device_created_and_more.py +49 -0
- edc_identifier/migrations/0001_squashed_0018_auto_20180128_1054.py +3 -3
- edc_identifier/migrations/0002_auto_20190305_0123.py +3 -6
- edc_identifier/migrations/0006_auto_20161127_2226.py +15 -15
- edc_identifier/migrations/0007_auto_20161204_2227.py +3 -3
- edc_identifier/migrations/0009_auto_20161221_2323.py +3 -5
- edc_identifier/migrations/0010_auto_20170112_0602.py +17 -17
- edc_identifier/migrations/0011_alter_identifiermodel_device_created_and_more.py +79 -0
- edc_identifier/model_mixins.py +1 -1
- edc_identifier/models.py +9 -9
- edc_identifier/simple_identifier.py +1 -3
- edc_identifier/subject_identifier.py +3 -2
- edc_lab/migrations/0001_initial.py +29 -29
- edc_lab/migrations/0008_auto_20170921_0719.py +3 -3
- edc_lab/migrations/0010_auto_20171127_1541.py +15 -15
- edc_lab/migrations/0012_auto_20180114_1438.py +3 -3
- edc_lab/migrations/0019_auto_20190305_0123.py +43 -127
- edc_lab/migrations/0036_alter_aliquot_comment_alter_aliquot_device_created_and_more.py +1139 -0
- edc_lab/migrations/0037_alter_historicalorder_order_datetime_and_more.py +31 -0
- edc_lab/model_mixins/aliquot/aliquot_identifier_model_mixin.py +2 -2
- edc_lab/model_mixins/aliquot/aliquot_model_mixin.py +2 -2
- edc_lab/model_mixins/panel_model_mixin.py +18 -7
- edc_lab/model_mixins/requisition/crf_with_requisition_model_mixin.py +2 -4
- edc_lab/model_mixins/requisition/requisition_model_mixin.py +7 -8
- edc_lab/model_mixins/requisition/requisition_verify_model_mixin.py +1 -1
- edc_lab/model_mixins/result/result_item_model_mixin.py +4 -4
- edc_lab/model_mixins/shipping/manifest_model_mixin.py +4 -5
- edc_lab/model_mixins/shipping/verify_model_mixin.py +4 -6
- edc_lab/models/box.py +1 -1
- edc_lab/models/box_item.py +6 -7
- edc_lab/models/manifest/manifest.py +1 -1
- edc_lab/models/manifest/manifest_item.py +6 -6
- edc_lab/models/manifest/shipper.py +3 -4
- edc_lab/models/order.py +6 -4
- edc_lab/models/panel.py +4 -4
- edc_lab/models/result.py +2 -2
- edc_lab/models/result_item.py +2 -2
- edc_lab_dashboard/migrations/0001_initial.py +3 -2
- edc_lab_dashboard/migrations/0005_alter_edcpermissions_device_created_and_more.py +49 -0
- edc_lab_dashboard/views/action_views/receive_view.py +2 -2
- edc_lab_dashboard/views/action_views/verify_box_item_view.py +2 -2
- edc_lab_results/model_mixins/blood_result_model_mixin.py +7 -7
- edc_lab_results/model_mixins/fbg_model_mixin.py +3 -3
- edc_lab_results/model_mixins/glucose_model_mixin.py +3 -3
- edc_lab_results/model_mixins/hba1c_model_mixin.py +3 -3
- edc_label/migrations/0001_initial.py +3 -2
- edc_label/migrations/0007_alter_zpllabeltemplates_device_created_and_more.py +49 -0
- edc_list_data/list_model_maker.py +2 -2
- edc_list_data/load_list_data.py +11 -14
- edc_list_data/model_mixins.py +12 -4
- edc_list_data/preload_data.py +3 -3
- edc_listboard/migrations/0001_initial.py +3 -2
- edc_listboard/migrations/0007_alter_listboard_device_created_and_more.py +49 -0
- edc_locator/migrations/0001_initial.py +7 -7
- edc_locator/migrations/0018_auto_20190305_0123.py +5 -12
- edc_locator/migrations/0040_alter_historicalsubjectlocator_action_identifier_and_more.py +187 -0
- edc_locator/migrations/0041_alter_historicalsubjectlocator_report_datetime_and_more.py +27 -0
- edc_locator/model_mixins/locator_model_mixin.py +2 -2
- edc_locator/model_mixins/subject_contact_fields_mixin.py +1 -1
- edc_locator/modeladmin_mixins.py +5 -4
- edc_ltfu/model_mixins.py +7 -5
- edc_metadata/metadata_rules/decorators.py +1 -1
- edc_metadata/migrations/0002_auto_20161127_2226.py +5 -5
- edc_metadata/migrations/0005_auto_20170112_0602.py +5 -5
- edc_metadata/migrations/0011_auto_20190305_0123.py +5 -12
- edc_metadata/migrations/0031_alter_crfmetadata_device_created_and_more.py +120 -0
- edc_metadata/model_mixins/updates/updates_crf_metadata_model_mixin.py +1 -1
- edc_metadata/model_mixins/updates/updates_requisition_metadata_model_mixin.py +1 -1
- edc_metadata/models/crf_metadata.py +5 -5
- edc_metadata/models/crf_metadata_model_mixin.py +4 -5
- edc_metadata/models/requisition_metadata.py +6 -6
- edc_metadata/views/refresh_metadata_actions_view.py +3 -3
- edc_model/models/address_mixin.py +6 -6
- edc_model/models/fields/initials_field.py +2 -1
- edc_model/models/historical_records.py +2 -9
- edc_model/models/url_model_mixin.py +2 -2
- edc_model/validators/date.py +7 -8
- edc_model_admin/list_filters/future_date_list_filter.py +3 -3
- edc_model_admin/list_filters/past_date_list_filter.py +3 -3
- edc_model_admin/mixins/model_admin_protect_pii_mixin.py +4 -5
- edc_model_fields/fields/other_charfield.py +2 -2
- edc_navbar/migrations/0004_auto_20220825_0451.py +3 -2
- edc_navbar/migrations/0009_alter_edcpermissions_device_created_and_more.py +49 -0
- edc_notification/migrations/0001_initial.py +3 -3
- edc_notification/migrations/0004_auto_20190305_0123.py +3 -6
- edc_notification/migrations/0011_alter_notification_device_created_and_more.py +59 -0
- edc_notification/models/notification.py +1 -1
- edc_notification/notification/notification.py +12 -12
- edc_offstudy/migrations/0001_initial.py +4 -4
- edc_offstudy/migrations/0002_auto_20180921_0434.py +4 -4
- edc_offstudy/migrations/0005_auto_20190305_0123.py +5 -12
- edc_offstudy/migrations/0023_alter_historicalsubjectoffstudy_action_identifier_and_more.py +188 -0
- edc_offstudy/migrations/0024_alter_historicalsubjectoffstudy_offstudy_datetime_and_more.py +43 -0
- edc_offstudy/model_mixins/offstudy_model_mixin.py +3 -2
- edc_pdutils/df_exporters/csv_exporter.py +33 -37
- edc_pdutils/df_exporters/csv_model_exporter.py +2 -1
- edc_pdutils/migrations/0001_initial.py +8 -8
- edc_pharmacy/admin/prescription/rx_refill_admin.py +4 -3
- edc_pharmacy/admin/reports/stock_availability_admin.py +5 -6
- edc_pharmacy/migrations/0001_initial.py +64 -63
- edc_pharmacy/migrations/0015_auto_20220913_2139.py +26 -26
- edc_pharmacy/migrations/0024_allocation_assignment_containerunits_dispense_and_more.py +81 -86
- edc_pharmacy/migrations/0037_remove_historicalstock_confirmed_at_site_by_and_more.py +5 -5
- edc_pharmacy/migrations/0039_remove_dispense_registered_subject_and_more.py +7 -8
- edc_pharmacy/migrations/0049_remove_stocktransferconfirmation_stock_and_more.py +12 -12
- edc_pharmacy/migrations/0050_remove_stocktransferconfirmation2_location_and_more.py +5 -5
- edc_pharmacy/migrations/0051_alter_historicalstocktransferconfirmationitem_options_and_more.py +3 -4
- edc_pharmacy/migrations/0053_alter_location_managers_alter_historicalstock_lot_and_more.py +3 -3
- edc_pharmacy/migrations/0057_scanduplicates.py +3 -3
- edc_pharmacy/migrations/0060_alter_container_max_per_subject_and_more.py +13 -15
- edc_pharmacy/migrations/0068_stockout.py +2 -3
- edc_pharmacy/migrations/0076_historicalstockadjustment_stockadjustment.py +5 -5
- edc_pharmacy/migrations/0077_historicalstockadjustment_adjustment_datetime_and_more.py +3 -4
- edc_pharmacy/migrations/0081_historicalconfirmation_confirmation.py +8 -8
- edc_pharmacy/migrations/0084_confirmationatsiteitem_and_more.py +0 -2
- edc_pharmacy/migrations/0089_alter_allocation_allocated_by_and_more.py +3284 -0
- edc_pharmacy/migrations/0090_alter_allocation_allocation_datetime_and_more.py +227 -0
- edc_pharmacy/model_mixins/study_medication_refill_model_mixin.py +2 -2
- edc_pharmacy/models/medication/medication.py +3 -3
- edc_pharmacy/models/model_mixins.py +10 -11
- edc_pharmacy/models/prescription/rx.py +13 -12
- edc_pharmacy/models/prescription/rx_refill.py +0 -1
- edc_pharmacy/models/stock/allocation.py +3 -3
- edc_pharmacy/models/stock/confirmation.py +3 -3
- edc_pharmacy/models/stock/confirmation_at_site.py +3 -2
- edc_pharmacy/models/stock/confirmation_at_site_item.py +3 -4
- edc_pharmacy/models/stock/dispense.py +5 -6
- edc_pharmacy/models/stock/dispense_item.py +2 -2
- edc_pharmacy/models/stock/location.py +3 -4
- edc_pharmacy/models/stock/lot.py +6 -7
- edc_pharmacy/models/stock/order.py +1 -1
- edc_pharmacy/models/stock/receive.py +3 -3
- edc_pharmacy/models/stock/receive_item.py +4 -4
- edc_pharmacy/models/stock/repack_request.py +2 -2
- edc_pharmacy/models/stock/stock.py +12 -18
- edc_pharmacy/models/stock/stock_adjustment.py +4 -4
- edc_pharmacy/models/stock/stock_request.py +2 -2
- edc_pharmacy/models/stock/stock_request_item.py +2 -2
- edc_pharmacy/models/stock/stock_transfer.py +3 -3
- edc_pharmacy/models/stock/stock_transfer_item.py +2 -2
- edc_pharmacy/models/stock/storage_bin.py +3 -4
- edc_pharmacy/models/stock/storage_bin_item.py +2 -2
- edc_pharmacy/models/stock/supplier.py +3 -4
- edc_pharmacy/models/storage/box.py +2 -2
- edc_pharmacy/models/storage/items/container_model_mixin.py +3 -4
- edc_pharmacy/models/storage/items/pill_bottle_model_mixin.py +2 -2
- edc_pharmacy/models/storage/items/subject_pill_bottle.py +1 -1
- edc_pharmacy/models/storage/room.py +2 -2
- edc_pharmacy/models/storage/shelf.py +2 -2
- edc_pharmacy/models/storage/utils.py +1 -1
- edc_pharmacy/utils/allocate_stock.py +2 -3
- edc_pharmacy/utils/confirm_stock.py +2 -3
- edc_pharmacy/utils/confirm_stock_at_site.py +3 -4
- edc_pharmacy/utils/dispense.py +3 -4
- edc_pharmacy/utils/process_repack_request.py +4 -5
- edc_pharmacy/utils/stock_request/bulk_create_stock_request_items.py +2 -3
- edc_pharmacy/utils/transfer_stock.py +2 -3
- edc_pharmacy/views/add_to_storage_bin_view.py +2 -2
- edc_pharmacy/views/allocate_to_subject_view.py +2 -2
- edc_pharmacy/views/dispense_view.py +2 -2
- edc_pharmacy/views/move_to_storage_bin_view.py +2 -3
- edc_pharmacy/views/print_labels_view.py +2 -2
- edc_protocol/research_protocol_config.py +2 -3
- edc_protocol_incident/migrations/0001_initial.py +7 -7
- edc_protocol_incident/migrations/0001_squashed_0015_auto_20220927_0401.py +13 -13
- edc_protocol_incident/migrations/0005_protocolincident_historicalprotocolincident_and_more.py +7 -7
- edc_protocol_incident/migrations/0024_alter_actionsrequired_extra_value_and_more.py +625 -0
- edc_protocol_incident/migrations/0025_alter_historicalprotocoldeviationviolation_report_datetime_and_more.py +42 -0
- edc_protocol_incident/model_mixins/protocol_deviation_violation_model_mixin.py +18 -11
- edc_protocol_incident/model_mixins/protocol_incident_model_mixin.py +26 -11
- edc_pylabels/actions.py +3 -5
- edc_pylabels/migrations/0002_alter_label_options_label_created_and_more.py +3 -7
- edc_pylabels/migrations/0005_labelconfiguration_delete_label_and_more.py +3 -3
- edc_pylabels/migrations/0013_alter_labelconfiguration_device_created_and_more.py +49 -0
- edc_qareports/migrations/0001_initial.py +4 -5
- edc_qareports/migrations/0005_edcpermissions.py +3 -3
- edc_qareports/migrations/0006_qareportlog.py +2 -3
- edc_qareports/migrations/0019_alter_edcpermissions_device_created_and_more.py +102 -0
- edc_qareports/migrations/0020_alter_note_report_datetime_and_more.py +24 -0
- edc_qareports/model_mixins/note_model_mixin.py +7 -4
- edc_qareports/model_mixins/on_study_missing_values_model_mixin.py +4 -4
- edc_qareports/model_mixins/qa_report_model_mixin.py +2 -3
- edc_qareports/models/note.py +4 -4
- edc_qareports/models/qa_reports_log.py +2 -3
- edc_randomization/decorators.py +1 -1
- edc_randomization/migrations/0001_initial.py +3 -2
- edc_randomization/migrations/0002_historicalrandomizationlist.py +3 -2
- edc_randomization/migrations/0009_edcpermissions.py +3 -2
- edc_randomization/migrations/0014_alter_edcpermissions_device_created_and_more.py +141 -0
- edc_randomization/model_mixins.py +9 -9
- edc_randomization/utils.py +2 -2
- edc_refusal/migrations/0001_initial.py +4 -4
- edc_refusal/migrations/0002_historicalsubjectrefusal.py +4 -4
- edc_refusal/migrations/0012_alter_historicalsubjectrefusal_comment_and_more.py +122 -0
- edc_refusal/migrations/0013_alter_historicalsubjectrefusal_report_datetime_and_more.py +28 -0
- edc_refusal/model_mixins.py +3 -3
- edc_registration/migrations/0002_auto_20161127_2226.py +3 -4
- edc_registration/migrations/0005_auto_20170111_1809.py +4 -2
- edc_registration/migrations/0016_historicalregisteredsubject.py +3 -2
- edc_registration/migrations/0017_auto_20190305_0123.py +5 -12
- edc_registration/migrations/0033_alter_historicalregisteredsubject_additional_key_and_more.py +302 -0
- edc_registration/model_mixins/updates_or_creates_registered_subject_model_mixin.py +2 -3
- edc_registration/models/registered_subject.py +27 -26
- edc_reportable/age_evaluator.py +4 -2
- edc_reportable/formula.py +5 -5
- edc_reportable/migrations/0001_initial.py +7 -7
- edc_reportable/migrations/0003_referencerangecollection_grade1_and_more.py +3 -3
- edc_reportable/migrations/0004_alter_referencerangecollection_grade3_and_more.py +5 -5
- edc_reportable/migrations/0006_alter_gradingdata_revision_and_more.py +5 -6
- edc_reportable/migrations/0007_alter_gradingdata_age_phrase_and_more.py +509 -0
- edc_reportable/models/normal_data.py +4 -5
- edc_reportable/models/reference_model_mixins.py +10 -11
- edc_reportable/models/reference_range_collection.py +12 -13
- edc_reportable/post_migrate_signals.py +1 -1
- edc_reportable/utils/convert_units.py +11 -45
- edc_reportable/utils/get_normal_data_or_raise.py +2 -2
- edc_reportable/utils/load_data.py +4 -4
- edc_reportable/utils/update_grading_data.py +5 -5
- edc_review_dashboard/migrations/0001_initial.py +3 -2
- edc_review_dashboard/migrations/0006_alter_edcpermissions_device_created_and_more.py +49 -0
- edc_screening/age_evaluator.py +3 -3
- edc_screening/migrations/0001_initial.py +3 -2
- edc_screening/migrations/0005_alter_edcpermissions_device_created_and_more.py +49 -0
- edc_screening/model_mixins/eligibility_model_mixin.py +3 -4
- edc_screening/model_mixins/screening_fields_model_mixin.py +6 -8
- edc_search/model_mixins.py +2 -3
- edc_search/search_slug.py +9 -8
- edc_search/updater.py +2 -2
- edc_sites/migrations/0007_edcpermissions.py +3 -2
- edc_sites/migrations/0010_alter_edcpermissions_device_created_and_more.py +69 -0
- edc_sites/model_mixins/site_model_mixin.py +2 -2
- edc_sites/site.py +5 -5
- edc_sites/system_checks.py +1 -1
- edc_subject_dashboard/migrations/0001_initial.py +3 -2
- edc_subject_dashboard/migrations/0005_alter_edcpermissions_device_created_and_more.py +49 -0
- edc_subject_dashboard/requisition_report.py +6 -4
- edc_subject_dashboard/requisition_verifier.py +6 -6
- edc_subject_dashboard/templatetags/edc_subject_dashboard_extras.py +2 -2
- edc_subject_dashboard/view_mixins/subject_visit_view_mixin.py +7 -8
- edc_subject_dashboard/view_utils/subject_consent_listboard_button.py +3 -2
- edc_subject_dashboard/view_utils/timepoint_status_button.py +2 -2
- edc_timepoint/model_mixins.py +22 -20
- edc_transfer/model_mixins.py +4 -4
- edc_transfer/modeladmin_mixins.py +1 -1
- edc_unblinding/migrations/0001_initial.py +13 -13
- edc_unblinding/migrations/0014_alter_historicalunblindingrequest_action_identifier_and_more.py +291 -0
- edc_unblinding/migrations/0015_alter_historicalunblindingrequest_report_datetime_and_more.py +45 -0
- edc_unblinding/models/unblinding_request.py +2 -2
- edc_unblinding/models/unblinding_review.py +3 -3
- edc_utils/age.py +10 -16
- edc_visit_schedule/migrations/0001_initial.py +3 -3
- edc_visit_schedule/migrations/0002_auto_20190305_0123.py +3 -6
- edc_visit_schedule/migrations/0003_historicalvisitschedule_visitschedule.py +5 -4
- edc_visit_schedule/migrations/0015_historicalonschedule_offschedule_onschedule.py +10 -10
- edc_visit_schedule/migrations/0019_alter_historicalonschedule_device_created_and_more.py +229 -0
- edc_visit_schedule/migrations/0020_alter_historicalonschedule_onschedule_datetime_and_more.py +65 -0
- edc_visit_schedule/model_mixins/off_schedule_model_mixin.py +5 -4
- edc_visit_schedule/model_mixins/on_schedule_model_mixin.py +5 -4
- edc_visit_schedule/model_mixins/visit_schedule/visit_code_fields_model_mixin.py +1 -1
- edc_visit_schedule/models/subject_schedule_history.py +6 -6
- edc_visit_schedule/schedule/visit_collection.py +1 -1
- edc_visit_schedule/subject_schedule.py +5 -4
- edc_visit_schedule/view_mixins.py +2 -3
- edc_visit_schedule/visit/visit.py +3 -2
- edc_visit_tracking/migrations/0004_subjectvisit_subjectvisitmissedreasons_extra_value_and_more.py +13 -13
- edc_visit_tracking/migrations/0009_alter_historicalsubjectvisit_comments_and_more.py +450 -0
- edc_visit_tracking/migrations/0010_alter_historicalsubjectvisit_report_datetime_and_more.py +68 -0
- edc_visit_tracking/model_mixins/base/visit_methods_model_mixin.py +3 -3
- edc_visit_tracking/model_mixins/crfs/visit_tracking_crf_model_mixin.py +2 -2
- edc_visit_tracking/model_mixins/requisitions/visit_tracking_requisition_model_mixin.py +2 -2
- edc_visit_tracking/model_mixins/subject_visit_missed_model_mixin.py +2 -2
- edc_visit_tracking/model_mixins/visit_model_mixin/caretaker_fields_mixin.py +2 -3
- edc_visit_tracking/model_mixins/visit_model_mixin/previous_visit_model_mixin.py +1 -1
- edc_visit_tracking/model_mixins/visit_model_mixin/visit_model_fields_mixin.py +8 -11
- edc_visit_tracking/model_mixins/visit_model_mixin/visit_model_mixin.py +1 -1
- edc_visit_tracking/models/signals.py +1 -1
- edc_visit_tracking/models/subject_visit.py +1 -1
- edc_vitals/calculators/bmi.py +7 -5
- edc_vitals/form_validators/blood_pressure_form_validator_mixin.py +3 -1
- edc_vitals/utils.py +1 -1
- {clinicedc-2.0.5.dist-info → clinicedc-2.0.7.dist-info}/WHEEL +0 -0
- {clinicedc-2.0.5.dist-info → clinicedc-2.0.7.dist-info}/licenses/LICENSE +0 -0
|
@@ -19,7 +19,7 @@ from django.db import migrations, models
|
|
|
19
19
|
import edc_action_item.models.action_item
|
|
20
20
|
import edc_registration.models.managers
|
|
21
21
|
import edc_sites.models
|
|
22
|
-
import
|
|
22
|
+
import django.utils.timezone
|
|
23
23
|
|
|
24
24
|
|
|
25
25
|
class Migration(migrations.Migration):
|
|
@@ -54,14 +54,14 @@ class Migration(migrations.Migration):
|
|
|
54
54
|
"created",
|
|
55
55
|
models.DateTimeField(
|
|
56
56
|
blank=True,
|
|
57
|
-
default=
|
|
57
|
+
default=django.utils.timezone.now,
|
|
58
58
|
),
|
|
59
59
|
),
|
|
60
60
|
(
|
|
61
61
|
"modified",
|
|
62
62
|
models.DateTimeField(
|
|
63
63
|
blank=True,
|
|
64
|
-
default=
|
|
64
|
+
default=django.utils.timezone.now,
|
|
65
65
|
),
|
|
66
66
|
),
|
|
67
67
|
(
|
|
@@ -240,14 +240,14 @@ class Migration(migrations.Migration):
|
|
|
240
240
|
"created",
|
|
241
241
|
models.DateTimeField(
|
|
242
242
|
blank=True,
|
|
243
|
-
default=
|
|
243
|
+
default=django.utils.timezone.now,
|
|
244
244
|
),
|
|
245
245
|
),
|
|
246
246
|
(
|
|
247
247
|
"modified",
|
|
248
248
|
models.DateTimeField(
|
|
249
249
|
blank=True,
|
|
250
|
-
default=
|
|
250
|
+
default=django.utils.timezone.now,
|
|
251
251
|
),
|
|
252
252
|
),
|
|
253
253
|
(
|
|
@@ -445,14 +445,14 @@ class Migration(migrations.Migration):
|
|
|
445
445
|
"created",
|
|
446
446
|
models.DateTimeField(
|
|
447
447
|
blank=True,
|
|
448
|
-
default=
|
|
448
|
+
default=django.utils.timezone.now,
|
|
449
449
|
),
|
|
450
450
|
),
|
|
451
451
|
(
|
|
452
452
|
"modified",
|
|
453
453
|
models.DateTimeField(
|
|
454
454
|
blank=True,
|
|
455
|
-
default=
|
|
455
|
+
default=django.utils.timezone.now,
|
|
456
456
|
),
|
|
457
457
|
),
|
|
458
458
|
(
|
|
@@ -531,7 +531,7 @@ class Migration(migrations.Migration):
|
|
|
531
531
|
(
|
|
532
532
|
"report_datetime",
|
|
533
533
|
models.DateTimeField(
|
|
534
|
-
default=
|
|
534
|
+
default=django.utils.timezone.now, verbose_name="Query date"
|
|
535
535
|
),
|
|
536
536
|
),
|
|
537
537
|
(
|
|
@@ -720,7 +720,7 @@ class Migration(migrations.Migration):
|
|
|
720
720
|
models.ForeignKey(
|
|
721
721
|
blank=True,
|
|
722
722
|
db_constraint=False,
|
|
723
|
-
help_text="
|
|
723
|
+
help_text="Please select a name from the list",
|
|
724
724
|
null=True,
|
|
725
725
|
on_delete=django.db.models.deletion.DO_NOTHING,
|
|
726
726
|
related_name="+",
|
|
@@ -745,7 +745,7 @@ class Migration(migrations.Migration):
|
|
|
745
745
|
models.ForeignKey(
|
|
746
746
|
blank=True,
|
|
747
747
|
db_constraint=False,
|
|
748
|
-
help_text="select a name from the list",
|
|
748
|
+
help_text="Please select a name from the list",
|
|
749
749
|
null=True,
|
|
750
750
|
on_delete=django.db.models.deletion.DO_NOTHING,
|
|
751
751
|
related_name="+",
|
|
@@ -791,14 +791,14 @@ class Migration(migrations.Migration):
|
|
|
791
791
|
"created",
|
|
792
792
|
models.DateTimeField(
|
|
793
793
|
blank=True,
|
|
794
|
-
default=
|
|
794
|
+
default=django.utils.timezone.now,
|
|
795
795
|
),
|
|
796
796
|
),
|
|
797
797
|
(
|
|
798
798
|
"modified",
|
|
799
799
|
models.DateTimeField(
|
|
800
800
|
blank=True,
|
|
801
|
-
default=
|
|
801
|
+
default=django.utils.timezone.now,
|
|
802
802
|
),
|
|
803
803
|
),
|
|
804
804
|
(
|
|
@@ -913,14 +913,14 @@ class Migration(migrations.Migration):
|
|
|
913
913
|
"created",
|
|
914
914
|
models.DateTimeField(
|
|
915
915
|
blank=True,
|
|
916
|
-
default=
|
|
916
|
+
default=django.utils.timezone.now,
|
|
917
917
|
),
|
|
918
918
|
),
|
|
919
919
|
(
|
|
920
920
|
"modified",
|
|
921
921
|
models.DateTimeField(
|
|
922
922
|
blank=True,
|
|
923
|
-
default=
|
|
923
|
+
default=django.utils.timezone.now,
|
|
924
924
|
),
|
|
925
925
|
),
|
|
926
926
|
(
|
|
@@ -991,7 +991,7 @@ class Migration(migrations.Migration):
|
|
|
991
991
|
(
|
|
992
992
|
"report_datetime",
|
|
993
993
|
models.DateTimeField(
|
|
994
|
-
default=
|
|
994
|
+
default=django.utils.timezone.now, verbose_name="Query date"
|
|
995
995
|
),
|
|
996
996
|
),
|
|
997
997
|
(
|
|
@@ -1168,7 +1168,7 @@ class Migration(migrations.Migration):
|
|
|
1168
1168
|
(
|
|
1169
1169
|
"sender",
|
|
1170
1170
|
models.ForeignKey(
|
|
1171
|
-
help_text="
|
|
1171
|
+
help_text="Please select a name from the list",
|
|
1172
1172
|
on_delete=django.db.models.deletion.PROTECT,
|
|
1173
1173
|
related_name="+",
|
|
1174
1174
|
to="edc_data_manager.DataManagerUser",
|
|
@@ -1188,7 +1188,7 @@ class Migration(migrations.Migration):
|
|
|
1188
1188
|
"tcc_user",
|
|
1189
1189
|
models.ForeignKey(
|
|
1190
1190
|
blank=True,
|
|
1191
|
-
help_text="select a name from the list",
|
|
1191
|
+
help_text="Please select a name from the list",
|
|
1192
1192
|
null=True,
|
|
1193
1193
|
on_delete=django.db.models.deletion.PROTECT,
|
|
1194
1194
|
related_name="tcc_user",
|
|
@@ -1264,14 +1264,14 @@ class Migration(migrations.Migration):
|
|
|
1264
1264
|
"created",
|
|
1265
1265
|
models.DateTimeField(
|
|
1266
1266
|
blank=True,
|
|
1267
|
-
default=
|
|
1267
|
+
default=django.utils.timezone.now,
|
|
1268
1268
|
),
|
|
1269
1269
|
),
|
|
1270
1270
|
(
|
|
1271
1271
|
"modified",
|
|
1272
1272
|
models.DateTimeField(
|
|
1273
1273
|
blank=True,
|
|
1274
|
-
default=
|
|
1274
|
+
default=django.utils.timezone.now,
|
|
1275
1275
|
),
|
|
1276
1276
|
),
|
|
1277
1277
|
(
|
|
@@ -7,6 +7,7 @@ import django_audit_fields.fields.uuid_auto_field
|
|
|
7
7
|
import django_audit_fields.models.audit_model_mixin
|
|
8
8
|
import django_revision.revision_field
|
|
9
9
|
from django.db import migrations, models
|
|
10
|
+
import django.utils.timezone
|
|
10
11
|
|
|
11
12
|
|
|
12
13
|
class Migration(migrations.Migration):
|
|
@@ -33,14 +34,14 @@ class Migration(migrations.Migration):
|
|
|
33
34
|
"created",
|
|
34
35
|
models.DateTimeField(
|
|
35
36
|
blank=True,
|
|
36
|
-
default=
|
|
37
|
+
default=django.utils.timezone.now,
|
|
37
38
|
),
|
|
38
39
|
),
|
|
39
40
|
(
|
|
40
41
|
"modified",
|
|
41
42
|
models.DateTimeField(
|
|
42
43
|
blank=True,
|
|
43
|
-
default=
|
|
44
|
+
default=django.utils.timezone.now,
|
|
44
45
|
),
|
|
45
46
|
),
|
|
46
47
|
(
|
|
@@ -0,0 +1,327 @@
|
|
|
1
|
+
# Generated by Django 5.2.6 on 2025-09-17 16:53
|
|
2
|
+
|
|
3
|
+
from django.db import migrations, models
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
class Migration(migrations.Migration):
|
|
7
|
+
|
|
8
|
+
dependencies = [
|
|
9
|
+
("edc_data_manager", "0039_alter_datadictionary_revision_and_more"),
|
|
10
|
+
]
|
|
11
|
+
|
|
12
|
+
operations = [
|
|
13
|
+
migrations.AlterField(
|
|
14
|
+
model_name="datadictionary",
|
|
15
|
+
name="device_created",
|
|
16
|
+
field=models.CharField(
|
|
17
|
+
blank=True, default="", max_length=10, verbose_name="Device created"
|
|
18
|
+
),
|
|
19
|
+
),
|
|
20
|
+
migrations.AlterField(
|
|
21
|
+
model_name="datadictionary",
|
|
22
|
+
name="device_modified",
|
|
23
|
+
field=models.CharField(
|
|
24
|
+
blank=True, default="", max_length=10, verbose_name="Device modified"
|
|
25
|
+
),
|
|
26
|
+
),
|
|
27
|
+
migrations.AlterField(
|
|
28
|
+
model_name="datadictionary",
|
|
29
|
+
name="locale_created",
|
|
30
|
+
field=models.CharField(
|
|
31
|
+
blank=True,
|
|
32
|
+
default="",
|
|
33
|
+
help_text="Auto-updated by Modeladmin",
|
|
34
|
+
max_length=10,
|
|
35
|
+
verbose_name="Locale created",
|
|
36
|
+
),
|
|
37
|
+
),
|
|
38
|
+
migrations.AlterField(
|
|
39
|
+
model_name="datadictionary",
|
|
40
|
+
name="locale_modified",
|
|
41
|
+
field=models.CharField(
|
|
42
|
+
blank=True,
|
|
43
|
+
default="",
|
|
44
|
+
help_text="Auto-updated by Modeladmin",
|
|
45
|
+
max_length=10,
|
|
46
|
+
verbose_name="Locale modified",
|
|
47
|
+
),
|
|
48
|
+
),
|
|
49
|
+
migrations.AlterField(
|
|
50
|
+
model_name="dataquery",
|
|
51
|
+
name="action_identifier",
|
|
52
|
+
field=models.CharField(blank=True, default="", max_length=50, unique=True),
|
|
53
|
+
),
|
|
54
|
+
migrations.AlterField(
|
|
55
|
+
model_name="dataquery",
|
|
56
|
+
name="action_item_reason",
|
|
57
|
+
field=models.TextField(default="", editable=False),
|
|
58
|
+
),
|
|
59
|
+
migrations.AlterField(
|
|
60
|
+
model_name="dataquery",
|
|
61
|
+
name="device_created",
|
|
62
|
+
field=models.CharField(
|
|
63
|
+
blank=True, default="", max_length=10, verbose_name="Device created"
|
|
64
|
+
),
|
|
65
|
+
),
|
|
66
|
+
migrations.AlterField(
|
|
67
|
+
model_name="dataquery",
|
|
68
|
+
name="device_modified",
|
|
69
|
+
field=models.CharField(
|
|
70
|
+
blank=True, default="", max_length=10, verbose_name="Device modified"
|
|
71
|
+
),
|
|
72
|
+
),
|
|
73
|
+
migrations.AlterField(
|
|
74
|
+
model_name="dataquery",
|
|
75
|
+
name="locale_created",
|
|
76
|
+
field=models.CharField(
|
|
77
|
+
blank=True,
|
|
78
|
+
default="",
|
|
79
|
+
help_text="Auto-updated by Modeladmin",
|
|
80
|
+
max_length=10,
|
|
81
|
+
verbose_name="Locale created",
|
|
82
|
+
),
|
|
83
|
+
),
|
|
84
|
+
migrations.AlterField(
|
|
85
|
+
model_name="dataquery",
|
|
86
|
+
name="locale_modified",
|
|
87
|
+
field=models.CharField(
|
|
88
|
+
blank=True,
|
|
89
|
+
default="",
|
|
90
|
+
help_text="Auto-updated by Modeladmin",
|
|
91
|
+
max_length=10,
|
|
92
|
+
verbose_name="Locale modified",
|
|
93
|
+
),
|
|
94
|
+
),
|
|
95
|
+
migrations.AlterField(
|
|
96
|
+
model_name="dataquery",
|
|
97
|
+
name="parent_action_identifier",
|
|
98
|
+
field=models.CharField(
|
|
99
|
+
blank=True,
|
|
100
|
+
default="",
|
|
101
|
+
help_text="action identifier that links to parent reference model instance.",
|
|
102
|
+
max_length=30,
|
|
103
|
+
),
|
|
104
|
+
),
|
|
105
|
+
migrations.AlterField(
|
|
106
|
+
model_name="dataquery",
|
|
107
|
+
name="related_action_identifier",
|
|
108
|
+
field=models.CharField(
|
|
109
|
+
blank=True,
|
|
110
|
+
default="",
|
|
111
|
+
help_text="action identifier that links to related reference model instance.",
|
|
112
|
+
max_length=30,
|
|
113
|
+
),
|
|
114
|
+
),
|
|
115
|
+
migrations.AlterField(
|
|
116
|
+
model_name="edcpermissions",
|
|
117
|
+
name="device_created",
|
|
118
|
+
field=models.CharField(
|
|
119
|
+
blank=True, default="", max_length=10, verbose_name="Device created"
|
|
120
|
+
),
|
|
121
|
+
),
|
|
122
|
+
migrations.AlterField(
|
|
123
|
+
model_name="edcpermissions",
|
|
124
|
+
name="device_modified",
|
|
125
|
+
field=models.CharField(
|
|
126
|
+
blank=True, default="", max_length=10, verbose_name="Device modified"
|
|
127
|
+
),
|
|
128
|
+
),
|
|
129
|
+
migrations.AlterField(
|
|
130
|
+
model_name="edcpermissions",
|
|
131
|
+
name="locale_created",
|
|
132
|
+
field=models.CharField(
|
|
133
|
+
blank=True,
|
|
134
|
+
default="",
|
|
135
|
+
help_text="Auto-updated by Modeladmin",
|
|
136
|
+
max_length=10,
|
|
137
|
+
verbose_name="Locale created",
|
|
138
|
+
),
|
|
139
|
+
),
|
|
140
|
+
migrations.AlterField(
|
|
141
|
+
model_name="edcpermissions",
|
|
142
|
+
name="locale_modified",
|
|
143
|
+
field=models.CharField(
|
|
144
|
+
blank=True,
|
|
145
|
+
default="",
|
|
146
|
+
help_text="Auto-updated by Modeladmin",
|
|
147
|
+
max_length=10,
|
|
148
|
+
verbose_name="Locale modified",
|
|
149
|
+
),
|
|
150
|
+
),
|
|
151
|
+
migrations.AlterField(
|
|
152
|
+
model_name="historicaldatadictionary",
|
|
153
|
+
name="device_created",
|
|
154
|
+
field=models.CharField(
|
|
155
|
+
blank=True, default="", max_length=10, verbose_name="Device created"
|
|
156
|
+
),
|
|
157
|
+
),
|
|
158
|
+
migrations.AlterField(
|
|
159
|
+
model_name="historicaldatadictionary",
|
|
160
|
+
name="device_modified",
|
|
161
|
+
field=models.CharField(
|
|
162
|
+
blank=True, default="", max_length=10, verbose_name="Device modified"
|
|
163
|
+
),
|
|
164
|
+
),
|
|
165
|
+
migrations.AlterField(
|
|
166
|
+
model_name="historicaldatadictionary",
|
|
167
|
+
name="locale_created",
|
|
168
|
+
field=models.CharField(
|
|
169
|
+
blank=True,
|
|
170
|
+
default="",
|
|
171
|
+
help_text="Auto-updated by Modeladmin",
|
|
172
|
+
max_length=10,
|
|
173
|
+
verbose_name="Locale created",
|
|
174
|
+
),
|
|
175
|
+
),
|
|
176
|
+
migrations.AlterField(
|
|
177
|
+
model_name="historicaldatadictionary",
|
|
178
|
+
name="locale_modified",
|
|
179
|
+
field=models.CharField(
|
|
180
|
+
blank=True,
|
|
181
|
+
default="",
|
|
182
|
+
help_text="Auto-updated by Modeladmin",
|
|
183
|
+
max_length=10,
|
|
184
|
+
verbose_name="Locale modified",
|
|
185
|
+
),
|
|
186
|
+
),
|
|
187
|
+
migrations.AlterField(
|
|
188
|
+
model_name="historicaldataquery",
|
|
189
|
+
name="action_identifier",
|
|
190
|
+
field=models.CharField(
|
|
191
|
+
blank=True, db_index=True, default="", max_length=50
|
|
192
|
+
),
|
|
193
|
+
),
|
|
194
|
+
migrations.AlterField(
|
|
195
|
+
model_name="historicaldataquery",
|
|
196
|
+
name="action_item_reason",
|
|
197
|
+
field=models.TextField(default="", editable=False),
|
|
198
|
+
),
|
|
199
|
+
migrations.AlterField(
|
|
200
|
+
model_name="historicaldataquery",
|
|
201
|
+
name="device_created",
|
|
202
|
+
field=models.CharField(
|
|
203
|
+
blank=True, default="", max_length=10, verbose_name="Device created"
|
|
204
|
+
),
|
|
205
|
+
),
|
|
206
|
+
migrations.AlterField(
|
|
207
|
+
model_name="historicaldataquery",
|
|
208
|
+
name="device_modified",
|
|
209
|
+
field=models.CharField(
|
|
210
|
+
blank=True, default="", max_length=10, verbose_name="Device modified"
|
|
211
|
+
),
|
|
212
|
+
),
|
|
213
|
+
migrations.AlterField(
|
|
214
|
+
model_name="historicaldataquery",
|
|
215
|
+
name="locale_created",
|
|
216
|
+
field=models.CharField(
|
|
217
|
+
blank=True,
|
|
218
|
+
default="",
|
|
219
|
+
help_text="Auto-updated by Modeladmin",
|
|
220
|
+
max_length=10,
|
|
221
|
+
verbose_name="Locale created",
|
|
222
|
+
),
|
|
223
|
+
),
|
|
224
|
+
migrations.AlterField(
|
|
225
|
+
model_name="historicaldataquery",
|
|
226
|
+
name="locale_modified",
|
|
227
|
+
field=models.CharField(
|
|
228
|
+
blank=True,
|
|
229
|
+
default="",
|
|
230
|
+
help_text="Auto-updated by Modeladmin",
|
|
231
|
+
max_length=10,
|
|
232
|
+
verbose_name="Locale modified",
|
|
233
|
+
),
|
|
234
|
+
),
|
|
235
|
+
migrations.AlterField(
|
|
236
|
+
model_name="historicaldataquery",
|
|
237
|
+
name="parent_action_identifier",
|
|
238
|
+
field=models.CharField(
|
|
239
|
+
blank=True,
|
|
240
|
+
default="",
|
|
241
|
+
help_text="action identifier that links to parent reference model instance.",
|
|
242
|
+
max_length=30,
|
|
243
|
+
),
|
|
244
|
+
),
|
|
245
|
+
migrations.AlterField(
|
|
246
|
+
model_name="historicaldataquery",
|
|
247
|
+
name="related_action_identifier",
|
|
248
|
+
field=models.CharField(
|
|
249
|
+
blank=True,
|
|
250
|
+
default="",
|
|
251
|
+
help_text="action identifier that links to related reference model instance.",
|
|
252
|
+
max_length=30,
|
|
253
|
+
),
|
|
254
|
+
),
|
|
255
|
+
migrations.AlterField(
|
|
256
|
+
model_name="historicalqueryrule",
|
|
257
|
+
name="device_created",
|
|
258
|
+
field=models.CharField(
|
|
259
|
+
blank=True, default="", max_length=10, verbose_name="Device created"
|
|
260
|
+
),
|
|
261
|
+
),
|
|
262
|
+
migrations.AlterField(
|
|
263
|
+
model_name="historicalqueryrule",
|
|
264
|
+
name="device_modified",
|
|
265
|
+
field=models.CharField(
|
|
266
|
+
blank=True, default="", max_length=10, verbose_name="Device modified"
|
|
267
|
+
),
|
|
268
|
+
),
|
|
269
|
+
migrations.AlterField(
|
|
270
|
+
model_name="historicalqueryrule",
|
|
271
|
+
name="locale_created",
|
|
272
|
+
field=models.CharField(
|
|
273
|
+
blank=True,
|
|
274
|
+
default="",
|
|
275
|
+
help_text="Auto-updated by Modeladmin",
|
|
276
|
+
max_length=10,
|
|
277
|
+
verbose_name="Locale created",
|
|
278
|
+
),
|
|
279
|
+
),
|
|
280
|
+
migrations.AlterField(
|
|
281
|
+
model_name="historicalqueryrule",
|
|
282
|
+
name="locale_modified",
|
|
283
|
+
field=models.CharField(
|
|
284
|
+
blank=True,
|
|
285
|
+
default="",
|
|
286
|
+
help_text="Auto-updated by Modeladmin",
|
|
287
|
+
max_length=10,
|
|
288
|
+
verbose_name="Locale modified",
|
|
289
|
+
),
|
|
290
|
+
),
|
|
291
|
+
migrations.AlterField(
|
|
292
|
+
model_name="queryrule",
|
|
293
|
+
name="device_created",
|
|
294
|
+
field=models.CharField(
|
|
295
|
+
blank=True, default="", max_length=10, verbose_name="Device created"
|
|
296
|
+
),
|
|
297
|
+
),
|
|
298
|
+
migrations.AlterField(
|
|
299
|
+
model_name="queryrule",
|
|
300
|
+
name="device_modified",
|
|
301
|
+
field=models.CharField(
|
|
302
|
+
blank=True, default="", max_length=10, verbose_name="Device modified"
|
|
303
|
+
),
|
|
304
|
+
),
|
|
305
|
+
migrations.AlterField(
|
|
306
|
+
model_name="queryrule",
|
|
307
|
+
name="locale_created",
|
|
308
|
+
field=models.CharField(
|
|
309
|
+
blank=True,
|
|
310
|
+
default="",
|
|
311
|
+
help_text="Auto-updated by Modeladmin",
|
|
312
|
+
max_length=10,
|
|
313
|
+
verbose_name="Locale created",
|
|
314
|
+
),
|
|
315
|
+
),
|
|
316
|
+
migrations.AlterField(
|
|
317
|
+
model_name="queryrule",
|
|
318
|
+
name="locale_modified",
|
|
319
|
+
field=models.CharField(
|
|
320
|
+
blank=True,
|
|
321
|
+
default="",
|
|
322
|
+
help_text="Auto-updated by Modeladmin",
|
|
323
|
+
max_length=10,
|
|
324
|
+
verbose_name="Locale modified",
|
|
325
|
+
),
|
|
326
|
+
),
|
|
327
|
+
]
|
|
@@ -0,0 +1,164 @@
|
|
|
1
|
+
# Generated by Django 5.2.6 on 2025-09-18 00:24
|
|
2
|
+
|
|
3
|
+
import django.db.models.deletion
|
|
4
|
+
import django.utils.timezone
|
|
5
|
+
import uuid
|
|
6
|
+
from django.db import migrations, models
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
class Migration(migrations.Migration):
|
|
10
|
+
|
|
11
|
+
dependencies = [
|
|
12
|
+
("edc_data_manager", "0040_alter_datadictionary_device_created_and_more"),
|
|
13
|
+
]
|
|
14
|
+
|
|
15
|
+
operations = [
|
|
16
|
+
migrations.AlterField(
|
|
17
|
+
model_name="dataquery",
|
|
18
|
+
name="dm_user",
|
|
19
|
+
field=models.ForeignKey(
|
|
20
|
+
blank=True,
|
|
21
|
+
help_text="Please select a name from the list",
|
|
22
|
+
null=True,
|
|
23
|
+
on_delete=django.db.models.deletion.PROTECT,
|
|
24
|
+
related_name="+",
|
|
25
|
+
to="edc_data_manager.datamanageruser",
|
|
26
|
+
verbose_name="DM resolved by",
|
|
27
|
+
),
|
|
28
|
+
),
|
|
29
|
+
migrations.AlterField(
|
|
30
|
+
model_name="dataquery",
|
|
31
|
+
name="locked_reason",
|
|
32
|
+
field=models.TextField(
|
|
33
|
+
blank=True,
|
|
34
|
+
default="",
|
|
35
|
+
help_text="If required, the reason the query cannot be resolved.",
|
|
36
|
+
verbose_name="Reason query locked",
|
|
37
|
+
),
|
|
38
|
+
),
|
|
39
|
+
migrations.AlterField(
|
|
40
|
+
model_name="dataquery",
|
|
41
|
+
name="plan_of_action",
|
|
42
|
+
field=models.TextField(
|
|
43
|
+
blank=True,
|
|
44
|
+
default="",
|
|
45
|
+
help_text="If required, provide a plan of action",
|
|
46
|
+
),
|
|
47
|
+
),
|
|
48
|
+
migrations.AlterField(
|
|
49
|
+
model_name="dataquery",
|
|
50
|
+
name="report_datetime",
|
|
51
|
+
field=models.DateTimeField(
|
|
52
|
+
default=django.utils.timezone.now, verbose_name="Query date"
|
|
53
|
+
),
|
|
54
|
+
),
|
|
55
|
+
migrations.AlterField(
|
|
56
|
+
model_name="dataquery",
|
|
57
|
+
name="rule_reference",
|
|
58
|
+
field=models.CharField(
|
|
59
|
+
default=uuid.uuid4, max_length=150, verbose_name="Query rule reference"
|
|
60
|
+
),
|
|
61
|
+
),
|
|
62
|
+
migrations.AlterField(
|
|
63
|
+
model_name="dataquery",
|
|
64
|
+
name="sender",
|
|
65
|
+
field=models.ForeignKey(
|
|
66
|
+
help_text="Please select a name from the list",
|
|
67
|
+
on_delete=django.db.models.deletion.PROTECT,
|
|
68
|
+
related_name="+",
|
|
69
|
+
to="edc_data_manager.datamanageruser",
|
|
70
|
+
verbose_name="Query raised by",
|
|
71
|
+
),
|
|
72
|
+
),
|
|
73
|
+
migrations.AlterField(
|
|
74
|
+
model_name="dataquery",
|
|
75
|
+
name="site_response_text",
|
|
76
|
+
field=models.TextField(blank=True, default=""),
|
|
77
|
+
),
|
|
78
|
+
migrations.AlterField(
|
|
79
|
+
model_name="dataquery",
|
|
80
|
+
name="subject_identifier",
|
|
81
|
+
field=models.CharField(default="", editable=False, max_length=50),
|
|
82
|
+
),
|
|
83
|
+
migrations.AlterField(
|
|
84
|
+
model_name="dataquery",
|
|
85
|
+
name="title",
|
|
86
|
+
field=models.CharField(default="", max_length=150),
|
|
87
|
+
),
|
|
88
|
+
migrations.AlterField(
|
|
89
|
+
model_name="historicaldataquery",
|
|
90
|
+
name="dm_user",
|
|
91
|
+
field=models.ForeignKey(
|
|
92
|
+
blank=True,
|
|
93
|
+
db_constraint=False,
|
|
94
|
+
help_text="Please select a name from the list",
|
|
95
|
+
null=True,
|
|
96
|
+
on_delete=django.db.models.deletion.DO_NOTHING,
|
|
97
|
+
related_name="+",
|
|
98
|
+
to="edc_data_manager.datamanageruser",
|
|
99
|
+
verbose_name="DM resolved by",
|
|
100
|
+
),
|
|
101
|
+
),
|
|
102
|
+
migrations.AlterField(
|
|
103
|
+
model_name="historicaldataquery",
|
|
104
|
+
name="locked_reason",
|
|
105
|
+
field=models.TextField(
|
|
106
|
+
blank=True,
|
|
107
|
+
default="",
|
|
108
|
+
help_text="If required, the reason the query cannot be resolved.",
|
|
109
|
+
verbose_name="Reason query locked",
|
|
110
|
+
),
|
|
111
|
+
),
|
|
112
|
+
migrations.AlterField(
|
|
113
|
+
model_name="historicaldataquery",
|
|
114
|
+
name="plan_of_action",
|
|
115
|
+
field=models.TextField(
|
|
116
|
+
blank=True,
|
|
117
|
+
default="",
|
|
118
|
+
help_text="If required, provide a plan of action",
|
|
119
|
+
),
|
|
120
|
+
),
|
|
121
|
+
migrations.AlterField(
|
|
122
|
+
model_name="historicaldataquery",
|
|
123
|
+
name="report_datetime",
|
|
124
|
+
field=models.DateTimeField(
|
|
125
|
+
default=django.utils.timezone.now, verbose_name="Query date"
|
|
126
|
+
),
|
|
127
|
+
),
|
|
128
|
+
migrations.AlterField(
|
|
129
|
+
model_name="historicaldataquery",
|
|
130
|
+
name="rule_reference",
|
|
131
|
+
field=models.CharField(
|
|
132
|
+
default=uuid.uuid4, max_length=150, verbose_name="Query rule reference"
|
|
133
|
+
),
|
|
134
|
+
),
|
|
135
|
+
migrations.AlterField(
|
|
136
|
+
model_name="historicaldataquery",
|
|
137
|
+
name="sender",
|
|
138
|
+
field=models.ForeignKey(
|
|
139
|
+
blank=True,
|
|
140
|
+
db_constraint=False,
|
|
141
|
+
help_text="Please select a name from the list",
|
|
142
|
+
null=True,
|
|
143
|
+
on_delete=django.db.models.deletion.DO_NOTHING,
|
|
144
|
+
related_name="+",
|
|
145
|
+
to="edc_data_manager.datamanageruser",
|
|
146
|
+
verbose_name="Query raised by",
|
|
147
|
+
),
|
|
148
|
+
),
|
|
149
|
+
migrations.AlterField(
|
|
150
|
+
model_name="historicaldataquery",
|
|
151
|
+
name="site_response_text",
|
|
152
|
+
field=models.TextField(blank=True, default=""),
|
|
153
|
+
),
|
|
154
|
+
migrations.AlterField(
|
|
155
|
+
model_name="historicaldataquery",
|
|
156
|
+
name="subject_identifier",
|
|
157
|
+
field=models.CharField(default="", editable=False, max_length=50),
|
|
158
|
+
),
|
|
159
|
+
migrations.AlterField(
|
|
160
|
+
model_name="historicaldataquery",
|
|
161
|
+
name="title",
|
|
162
|
+
field=models.CharField(default="", max_length=150),
|
|
163
|
+
),
|
|
164
|
+
]
|