Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Add support for facility_type_processing_type meta extended field #1671

Merged
merged 3 commits into from
Feb 24, 2022

Commits on Feb 23, 2022

  1. Add support for facility_type_processing_type meta extended field

    In an attempt to avoid confusion the data submission process we will be putting
    a single `facility_type_processing_type` column in our upload templates rather
    than separate `facility_type` and `processing_type` columns. Though we are
    unifying the fields in the template we still want to create separate extended
    fields for each field type. Supporting this is a simple change because our
    processing was designed to handle either value type in either field.
    jwalgran committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    f0642d7 View commit details
    Browse the repository at this point in the history
  2. Add __str__ to ExtendedField model

    An attempt to  make the list view in the Django admin more helpful.
    jwalgran committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    ea481ec View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    jwalgran committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    7be77dd View commit details
    Browse the repository at this point in the history