3.0.2 (Instrument State Multi-Select)
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