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
|
@@ -18,7 +18,8 @@ import edc_pharmacy.models.medication
|
|
|
18
18
|
import edc_pharmacy.models.prescription
|
|
19
19
|
import edc_registration.models.managers
|
|
20
20
|
import edc_sites.models
|
|
21
|
-
|
|
21
|
+
|
|
22
|
+
import django.utils.timezone
|
|
22
23
|
|
|
23
24
|
|
|
24
25
|
class Migration(migrations.Migration):
|
|
@@ -114,14 +115,14 @@ class Migration(migrations.Migration):
|
|
|
114
115
|
"created",
|
|
115
116
|
models.DateTimeField(
|
|
116
117
|
blank=True,
|
|
117
|
-
default=
|
|
118
|
+
default=django.utils.timezone.now,
|
|
118
119
|
),
|
|
119
120
|
),
|
|
120
121
|
(
|
|
121
122
|
"modified",
|
|
122
123
|
models.DateTimeField(
|
|
123
124
|
blank=True,
|
|
124
|
-
default=
|
|
125
|
+
default=django.utils.timezone.now,
|
|
125
126
|
),
|
|
126
127
|
),
|
|
127
128
|
(
|
|
@@ -173,7 +174,7 @@ class Migration(migrations.Migration):
|
|
|
173
174
|
),
|
|
174
175
|
(
|
|
175
176
|
"dispensed_datetime",
|
|
176
|
-
models.DateTimeField(default=
|
|
177
|
+
models.DateTimeField(default=django.utils.timezone.now),
|
|
177
178
|
),
|
|
178
179
|
("dispensed", models.DecimalField(decimal_places=1, max_digits=6)),
|
|
179
180
|
(
|
|
@@ -226,14 +227,14 @@ class Migration(migrations.Migration):
|
|
|
226
227
|
"created",
|
|
227
228
|
models.DateTimeField(
|
|
228
229
|
blank=True,
|
|
229
|
-
default=
|
|
230
|
+
default=django.utils.timezone.now,
|
|
230
231
|
),
|
|
231
232
|
),
|
|
232
233
|
(
|
|
233
234
|
"modified",
|
|
234
235
|
models.DateTimeField(
|
|
235
236
|
blank=True,
|
|
236
|
-
default=
|
|
237
|
+
default=django.utils.timezone.now,
|
|
237
238
|
),
|
|
238
239
|
),
|
|
239
240
|
(
|
|
@@ -352,14 +353,14 @@ class Migration(migrations.Migration):
|
|
|
352
353
|
"created",
|
|
353
354
|
models.DateTimeField(
|
|
354
355
|
blank=True,
|
|
355
|
-
default=
|
|
356
|
+
default=django.utils.timezone.now,
|
|
356
357
|
),
|
|
357
358
|
),
|
|
358
359
|
(
|
|
359
360
|
"modified",
|
|
360
361
|
models.DateTimeField(
|
|
361
362
|
blank=True,
|
|
362
|
-
default=
|
|
363
|
+
default=django.utils.timezone.now,
|
|
363
364
|
),
|
|
364
365
|
),
|
|
365
366
|
(
|
|
@@ -575,14 +576,14 @@ class Migration(migrations.Migration):
|
|
|
575
576
|
"created",
|
|
576
577
|
models.DateTimeField(
|
|
577
578
|
blank=True,
|
|
578
|
-
default=
|
|
579
|
+
default=django.utils.timezone.now,
|
|
579
580
|
),
|
|
580
581
|
),
|
|
581
582
|
(
|
|
582
583
|
"modified",
|
|
583
584
|
models.DateTimeField(
|
|
584
585
|
blank=True,
|
|
585
|
-
default=
|
|
586
|
+
default=django.utils.timezone.now,
|
|
586
587
|
),
|
|
587
588
|
),
|
|
588
589
|
(
|
|
@@ -633,7 +634,7 @@ class Migration(migrations.Migration):
|
|
|
633
634
|
),
|
|
634
635
|
(
|
|
635
636
|
"dispensed_datetime",
|
|
636
|
-
models.DateTimeField(default=
|
|
637
|
+
models.DateTimeField(default=django.utils.timezone.now),
|
|
637
638
|
),
|
|
638
639
|
("dispensed", models.DecimalField(decimal_places=1, max_digits=6)),
|
|
639
640
|
(
|
|
@@ -692,14 +693,14 @@ class Migration(migrations.Migration):
|
|
|
692
693
|
"created",
|
|
693
694
|
models.DateTimeField(
|
|
694
695
|
blank=True,
|
|
695
|
-
default=
|
|
696
|
+
default=django.utils.timezone.now,
|
|
696
697
|
),
|
|
697
698
|
),
|
|
698
699
|
(
|
|
699
700
|
"modified",
|
|
700
701
|
models.DateTimeField(
|
|
701
702
|
blank=True,
|
|
702
|
-
default=
|
|
703
|
+
default=django.utils.timezone.now,
|
|
703
704
|
),
|
|
704
705
|
),
|
|
705
706
|
(
|
|
@@ -823,14 +824,14 @@ class Migration(migrations.Migration):
|
|
|
823
824
|
"created",
|
|
824
825
|
models.DateTimeField(
|
|
825
826
|
blank=True,
|
|
826
|
-
default=
|
|
827
|
+
default=django.utils.timezone.now,
|
|
827
828
|
),
|
|
828
829
|
),
|
|
829
830
|
(
|
|
830
831
|
"modified",
|
|
831
832
|
models.DateTimeField(
|
|
832
833
|
blank=True,
|
|
833
|
-
default=
|
|
834
|
+
default=django.utils.timezone.now,
|
|
834
835
|
),
|
|
835
836
|
),
|
|
836
837
|
(
|
|
@@ -925,14 +926,14 @@ class Migration(migrations.Migration):
|
|
|
925
926
|
"created",
|
|
926
927
|
models.DateTimeField(
|
|
927
928
|
blank=True,
|
|
928
|
-
default=
|
|
929
|
+
default=django.utils.timezone.now,
|
|
929
930
|
),
|
|
930
931
|
),
|
|
931
932
|
(
|
|
932
933
|
"modified",
|
|
933
934
|
models.DateTimeField(
|
|
934
935
|
blank=True,
|
|
935
|
-
default=
|
|
936
|
+
default=django.utils.timezone.now,
|
|
936
937
|
),
|
|
937
938
|
),
|
|
938
939
|
(
|
|
@@ -1033,14 +1034,14 @@ class Migration(migrations.Migration):
|
|
|
1033
1034
|
"created",
|
|
1034
1035
|
models.DateTimeField(
|
|
1035
1036
|
blank=True,
|
|
1036
|
-
default=
|
|
1037
|
+
default=django.utils.timezone.now,
|
|
1037
1038
|
),
|
|
1038
1039
|
),
|
|
1039
1040
|
(
|
|
1040
1041
|
"modified",
|
|
1041
1042
|
models.DateTimeField(
|
|
1042
1043
|
blank=True,
|
|
1043
|
-
default=
|
|
1044
|
+
default=django.utils.timezone.now,
|
|
1044
1045
|
),
|
|
1045
1046
|
),
|
|
1046
1047
|
(
|
|
@@ -1136,14 +1137,14 @@ class Migration(migrations.Migration):
|
|
|
1136
1137
|
"created",
|
|
1137
1138
|
models.DateTimeField(
|
|
1138
1139
|
blank=True,
|
|
1139
|
-
default=
|
|
1140
|
+
default=django.utils.timezone.now,
|
|
1140
1141
|
),
|
|
1141
1142
|
),
|
|
1142
1143
|
(
|
|
1143
1144
|
"modified",
|
|
1144
1145
|
models.DateTimeField(
|
|
1145
1146
|
blank=True,
|
|
1146
|
-
default=
|
|
1147
|
+
default=django.utils.timezone.now,
|
|
1147
1148
|
),
|
|
1148
1149
|
),
|
|
1149
1150
|
(
|
|
@@ -1238,14 +1239,14 @@ class Migration(migrations.Migration):
|
|
|
1238
1239
|
"created",
|
|
1239
1240
|
models.DateTimeField(
|
|
1240
1241
|
blank=True,
|
|
1241
|
-
default=
|
|
1242
|
+
default=django.utils.timezone.now,
|
|
1242
1243
|
),
|
|
1243
1244
|
),
|
|
1244
1245
|
(
|
|
1245
1246
|
"modified",
|
|
1246
1247
|
models.DateTimeField(
|
|
1247
1248
|
blank=True,
|
|
1248
|
-
default=
|
|
1249
|
+
default=django.utils.timezone.now,
|
|
1249
1250
|
),
|
|
1250
1251
|
),
|
|
1251
1252
|
(
|
|
@@ -1354,14 +1355,14 @@ class Migration(migrations.Migration):
|
|
|
1354
1355
|
"created",
|
|
1355
1356
|
models.DateTimeField(
|
|
1356
1357
|
blank=True,
|
|
1357
|
-
default=
|
|
1358
|
+
default=django.utils.timezone.now,
|
|
1358
1359
|
),
|
|
1359
1360
|
),
|
|
1360
1361
|
(
|
|
1361
1362
|
"modified",
|
|
1362
1363
|
models.DateTimeField(
|
|
1363
1364
|
blank=True,
|
|
1364
|
-
default=
|
|
1365
|
+
default=django.utils.timezone.now,
|
|
1365
1366
|
),
|
|
1366
1367
|
),
|
|
1367
1368
|
(
|
|
@@ -1458,14 +1459,14 @@ class Migration(migrations.Migration):
|
|
|
1458
1459
|
"created",
|
|
1459
1460
|
models.DateTimeField(
|
|
1460
1461
|
blank=True,
|
|
1461
|
-
default=
|
|
1462
|
+
default=django.utils.timezone.now,
|
|
1462
1463
|
),
|
|
1463
1464
|
),
|
|
1464
1465
|
(
|
|
1465
1466
|
"modified",
|
|
1466
1467
|
models.DateTimeField(
|
|
1467
1468
|
blank=True,
|
|
1468
|
-
default=
|
|
1469
|
+
default=django.utils.timezone.now,
|
|
1469
1470
|
),
|
|
1470
1471
|
),
|
|
1471
1472
|
(
|
|
@@ -1561,14 +1562,14 @@ class Migration(migrations.Migration):
|
|
|
1561
1562
|
"created",
|
|
1562
1563
|
models.DateTimeField(
|
|
1563
1564
|
blank=True,
|
|
1564
|
-
default=
|
|
1565
|
+
default=django.utils.timezone.now,
|
|
1565
1566
|
),
|
|
1566
1567
|
),
|
|
1567
1568
|
(
|
|
1568
1569
|
"modified",
|
|
1569
1570
|
models.DateTimeField(
|
|
1570
1571
|
blank=True,
|
|
1571
|
-
default=
|
|
1572
|
+
default=django.utils.timezone.now,
|
|
1572
1573
|
),
|
|
1573
1574
|
),
|
|
1574
1575
|
(
|
|
@@ -1665,14 +1666,14 @@ class Migration(migrations.Migration):
|
|
|
1665
1666
|
"created",
|
|
1666
1667
|
models.DateTimeField(
|
|
1667
1668
|
blank=True,
|
|
1668
|
-
default=
|
|
1669
|
+
default=django.utils.timezone.now,
|
|
1669
1670
|
),
|
|
1670
1671
|
),
|
|
1671
1672
|
(
|
|
1672
1673
|
"modified",
|
|
1673
1674
|
models.DateTimeField(
|
|
1674
1675
|
blank=True,
|
|
1675
|
-
default=
|
|
1676
|
+
default=django.utils.timezone.now,
|
|
1676
1677
|
),
|
|
1677
1678
|
),
|
|
1678
1679
|
(
|
|
@@ -1723,7 +1724,7 @@ class Migration(migrations.Migration):
|
|
|
1723
1724
|
),
|
|
1724
1725
|
(
|
|
1725
1726
|
"return_datetime",
|
|
1726
|
-
models.DateTimeField(default=
|
|
1727
|
+
models.DateTimeField(default=django.utils.timezone.now),
|
|
1727
1728
|
),
|
|
1728
1729
|
("returned", models.DecimalField(decimal_places=1, max_digits=6)),
|
|
1729
1730
|
(
|
|
@@ -1770,14 +1771,14 @@ class Migration(migrations.Migration):
|
|
|
1770
1771
|
"created",
|
|
1771
1772
|
models.DateTimeField(
|
|
1772
1773
|
blank=True,
|
|
1773
|
-
default=
|
|
1774
|
+
default=django.utils.timezone.now,
|
|
1774
1775
|
),
|
|
1775
1776
|
),
|
|
1776
1777
|
(
|
|
1777
1778
|
"modified",
|
|
1778
1779
|
models.DateTimeField(
|
|
1779
1780
|
blank=True,
|
|
1780
|
-
default=
|
|
1781
|
+
default=django.utils.timezone.now,
|
|
1781
1782
|
),
|
|
1782
1783
|
),
|
|
1783
1784
|
(
|
|
@@ -1872,12 +1873,12 @@ class Migration(migrations.Migration):
|
|
|
1872
1873
|
),
|
|
1873
1874
|
(
|
|
1874
1875
|
"report_datetime",
|
|
1875
|
-
models.DateTimeField(default=
|
|
1876
|
+
models.DateTimeField(default=django.utils.timezone.now),
|
|
1876
1877
|
),
|
|
1877
1878
|
(
|
|
1878
1879
|
"rx_date",
|
|
1879
1880
|
models.DateField(
|
|
1880
|
-
default=
|
|
1881
|
+
default=django.utils.timezone.now,
|
|
1881
1882
|
verbose_name="Date RX written",
|
|
1882
1883
|
),
|
|
1883
1884
|
),
|
|
@@ -1965,14 +1966,14 @@ class Migration(migrations.Migration):
|
|
|
1965
1966
|
"created",
|
|
1966
1967
|
models.DateTimeField(
|
|
1967
1968
|
blank=True,
|
|
1968
|
-
default=
|
|
1969
|
+
default=django.utils.timezone.now,
|
|
1969
1970
|
),
|
|
1970
1971
|
),
|
|
1971
1972
|
(
|
|
1972
1973
|
"modified",
|
|
1973
1974
|
models.DateTimeField(
|
|
1974
1975
|
blank=True,
|
|
1975
|
-
default=
|
|
1976
|
+
default=django.utils.timezone.now,
|
|
1976
1977
|
),
|
|
1977
1978
|
),
|
|
1978
1979
|
(
|
|
@@ -2074,7 +2075,7 @@ class Migration(migrations.Migration):
|
|
|
2074
2075
|
(
|
|
2075
2076
|
"refill_date",
|
|
2076
2077
|
models.DateField(
|
|
2077
|
-
default=
|
|
2078
|
+
default=django.utils.timezone.now,
|
|
2078
2079
|
verbose_name="Refill date",
|
|
2079
2080
|
),
|
|
2080
2081
|
),
|
|
@@ -2156,14 +2157,14 @@ class Migration(migrations.Migration):
|
|
|
2156
2157
|
"created",
|
|
2157
2158
|
models.DateTimeField(
|
|
2158
2159
|
blank=True,
|
|
2159
|
-
default=
|
|
2160
|
+
default=django.utils.timezone.now,
|
|
2160
2161
|
),
|
|
2161
2162
|
),
|
|
2162
2163
|
(
|
|
2163
2164
|
"modified",
|
|
2164
2165
|
models.DateTimeField(
|
|
2165
2166
|
blank=True,
|
|
2166
|
-
default=
|
|
2167
|
+
default=django.utils.timezone.now,
|
|
2167
2168
|
),
|
|
2168
2169
|
),
|
|
2169
2170
|
(
|
|
@@ -2262,14 +2263,14 @@ class Migration(migrations.Migration):
|
|
|
2262
2263
|
"created",
|
|
2263
2264
|
models.DateTimeField(
|
|
2264
2265
|
blank=True,
|
|
2265
|
-
default=
|
|
2266
|
+
default=django.utils.timezone.now,
|
|
2266
2267
|
),
|
|
2267
2268
|
),
|
|
2268
2269
|
(
|
|
2269
2270
|
"modified",
|
|
2270
2271
|
models.DateTimeField(
|
|
2271
2272
|
blank=True,
|
|
2272
|
-
default=
|
|
2273
|
+
default=django.utils.timezone.now,
|
|
2273
2274
|
),
|
|
2274
2275
|
),
|
|
2275
2276
|
(
|
|
@@ -2360,14 +2361,14 @@ class Migration(migrations.Migration):
|
|
|
2360
2361
|
"created",
|
|
2361
2362
|
models.DateTimeField(
|
|
2362
2363
|
blank=True,
|
|
2363
|
-
default=
|
|
2364
|
+
default=django.utils.timezone.now,
|
|
2364
2365
|
),
|
|
2365
2366
|
),
|
|
2366
2367
|
(
|
|
2367
2368
|
"modified",
|
|
2368
2369
|
models.DateTimeField(
|
|
2369
2370
|
blank=True,
|
|
2370
|
-
default=
|
|
2371
|
+
default=django.utils.timezone.now,
|
|
2371
2372
|
),
|
|
2372
2373
|
),
|
|
2373
2374
|
(
|
|
@@ -2457,14 +2458,14 @@ class Migration(migrations.Migration):
|
|
|
2457
2458
|
"created",
|
|
2458
2459
|
models.DateTimeField(
|
|
2459
2460
|
blank=True,
|
|
2460
|
-
default=
|
|
2461
|
+
default=django.utils.timezone.now,
|
|
2461
2462
|
),
|
|
2462
2463
|
),
|
|
2463
2464
|
(
|
|
2464
2465
|
"modified",
|
|
2465
2466
|
models.DateTimeField(
|
|
2466
2467
|
blank=True,
|
|
2467
|
-
default=
|
|
2468
|
+
default=django.utils.timezone.now,
|
|
2468
2469
|
),
|
|
2469
2470
|
),
|
|
2470
2471
|
(
|
|
@@ -2565,14 +2566,14 @@ class Migration(migrations.Migration):
|
|
|
2565
2566
|
"created",
|
|
2566
2567
|
models.DateTimeField(
|
|
2567
2568
|
blank=True,
|
|
2568
|
-
default=
|
|
2569
|
+
default=django.utils.timezone.now,
|
|
2569
2570
|
),
|
|
2570
2571
|
),
|
|
2571
2572
|
(
|
|
2572
2573
|
"modified",
|
|
2573
2574
|
models.DateTimeField(
|
|
2574
2575
|
blank=True,
|
|
2575
|
-
default=
|
|
2576
|
+
default=django.utils.timezone.now,
|
|
2576
2577
|
),
|
|
2577
2578
|
),
|
|
2578
2579
|
(
|
|
@@ -2664,14 +2665,14 @@ class Migration(migrations.Migration):
|
|
|
2664
2665
|
"created",
|
|
2665
2666
|
models.DateTimeField(
|
|
2666
2667
|
blank=True,
|
|
2667
|
-
default=
|
|
2668
|
+
default=django.utils.timezone.now,
|
|
2668
2669
|
),
|
|
2669
2670
|
),
|
|
2670
2671
|
(
|
|
2671
2672
|
"modified",
|
|
2672
2673
|
models.DateTimeField(
|
|
2673
2674
|
blank=True,
|
|
2674
|
-
default=
|
|
2675
|
+
default=django.utils.timezone.now,
|
|
2675
2676
|
),
|
|
2676
2677
|
),
|
|
2677
2678
|
(
|
|
@@ -2765,14 +2766,14 @@ class Migration(migrations.Migration):
|
|
|
2765
2766
|
"created",
|
|
2766
2767
|
models.DateTimeField(
|
|
2767
2768
|
blank=True,
|
|
2768
|
-
default=
|
|
2769
|
+
default=django.utils.timezone.now,
|
|
2769
2770
|
),
|
|
2770
2771
|
),
|
|
2771
2772
|
(
|
|
2772
2773
|
"modified",
|
|
2773
2774
|
models.DateTimeField(
|
|
2774
2775
|
blank=True,
|
|
2775
|
-
default=
|
|
2776
|
+
default=django.utils.timezone.now,
|
|
2776
2777
|
),
|
|
2777
2778
|
),
|
|
2778
2779
|
(
|
|
@@ -2864,14 +2865,14 @@ class Migration(migrations.Migration):
|
|
|
2864
2865
|
"created",
|
|
2865
2866
|
models.DateTimeField(
|
|
2866
2867
|
blank=True,
|
|
2867
|
-
default=
|
|
2868
|
+
default=django.utils.timezone.now,
|
|
2868
2869
|
),
|
|
2869
2870
|
),
|
|
2870
2871
|
(
|
|
2871
2872
|
"modified",
|
|
2872
2873
|
models.DateTimeField(
|
|
2873
2874
|
blank=True,
|
|
2874
|
-
default=
|
|
2875
|
+
default=django.utils.timezone.now,
|
|
2875
2876
|
),
|
|
2876
2877
|
),
|
|
2877
2878
|
(
|
|
@@ -2923,7 +2924,7 @@ class Migration(migrations.Migration):
|
|
|
2923
2924
|
),
|
|
2924
2925
|
(
|
|
2925
2926
|
"return_datetime",
|
|
2926
|
-
models.DateTimeField(default=
|
|
2927
|
+
models.DateTimeField(default=django.utils.timezone.now),
|
|
2927
2928
|
),
|
|
2928
2929
|
("returned", models.DecimalField(decimal_places=1, max_digits=6)),
|
|
2929
2930
|
],
|
|
@@ -3027,14 +3028,14 @@ class Migration(migrations.Migration):
|
|
|
3027
3028
|
"created",
|
|
3028
3029
|
models.DateTimeField(
|
|
3029
3030
|
blank=True,
|
|
3030
|
-
default=
|
|
3031
|
+
default=django.utils.timezone.now,
|
|
3031
3032
|
),
|
|
3032
3033
|
),
|
|
3033
3034
|
(
|
|
3034
3035
|
"modified",
|
|
3035
3036
|
models.DateTimeField(
|
|
3036
3037
|
blank=True,
|
|
3037
|
-
default=
|
|
3038
|
+
default=django.utils.timezone.now,
|
|
3038
3039
|
),
|
|
3039
3040
|
),
|
|
3040
3041
|
(
|
|
@@ -3121,12 +3122,12 @@ class Migration(migrations.Migration):
|
|
|
3121
3122
|
),
|
|
3122
3123
|
(
|
|
3123
3124
|
"report_datetime",
|
|
3124
|
-
models.DateTimeField(default=
|
|
3125
|
+
models.DateTimeField(default=django.utils.timezone.now),
|
|
3125
3126
|
),
|
|
3126
3127
|
(
|
|
3127
3128
|
"rx_date",
|
|
3128
3129
|
models.DateField(
|
|
3129
|
-
default=
|
|
3130
|
+
default=django.utils.timezone.now,
|
|
3130
3131
|
verbose_name="Date RX written",
|
|
3131
3132
|
),
|
|
3132
3133
|
),
|
|
@@ -3217,14 +3218,14 @@ class Migration(migrations.Migration):
|
|
|
3217
3218
|
"created",
|
|
3218
3219
|
models.DateTimeField(
|
|
3219
3220
|
blank=True,
|
|
3220
|
-
default=
|
|
3221
|
+
default=django.utils.timezone.now,
|
|
3221
3222
|
),
|
|
3222
3223
|
),
|
|
3223
3224
|
(
|
|
3224
3225
|
"modified",
|
|
3225
3226
|
models.DateTimeField(
|
|
3226
3227
|
blank=True,
|
|
3227
|
-
default=
|
|
3228
|
+
default=django.utils.timezone.now,
|
|
3228
3229
|
),
|
|
3229
3230
|
),
|
|
3230
3231
|
(
|
|
@@ -3327,7 +3328,7 @@ class Migration(migrations.Migration):
|
|
|
3327
3328
|
(
|
|
3328
3329
|
"refill_date",
|
|
3329
3330
|
models.DateField(
|
|
3330
|
-
default=
|
|
3331
|
+
default=django.utils.timezone.now,
|
|
3331
3332
|
verbose_name="Refill date",
|
|
3332
3333
|
),
|
|
3333
3334
|
),
|