Skip to content

3.0.2 (Instrument State Multi-Select)

Compare
Choose a tag to compare
@mgdaily mgdaily released this 10 Jan 18:25
· 21 commits to main since this release
4d10006

What's Changed

  • Instrument state now has a multi-select filter! This means that multiple states may be selected in instrument queries to better facilitate filtering by state

e.g. to find all SCHEDULABLE and STANDBY instruments:

GET /instruments/?state=SCHEDULABLE&state=STANDBY
  • Migrate instrument state from an IntegerField to CharField. Django Migrations 33 and 34 take care of this conversion automatically.

Full Changelog: 3.0.1...3.0.2