Closes #4313: Remove id__in filters

This commit is contained in:
Jeremy Stretch
2020-03-06 12:05:53 -05:00
parent a1d564e469
commit a683a490cc
16 changed files with 8 additions and 182 deletions

View File

@@ -7,6 +7,7 @@
## API Changes
* dcim.Rack: The `/api/dcim/racks/<pk>/units/` endpoint has been replaced with `/api/dcim/racks/<pk>/elevation/`.
* The `id__in` filter has been removed. Use the format `?id=1&id=2` instead. ([#4313](https://github.com/netbox-community/netbox/issues/4313))
## Other Changes