mirror of
https://github.com/netbox-community/netbox.git
synced 2026-03-14 06:17:03 +01:00
Adds logic to handle numeric range fields in API responses by converting them into inclusive `[low, high]` pairs for consistent behavior. Updates test cases with `vid_ranges` fields to reflect the changes. Closes #20491