Fixes #5111: Allow use of tuples when specifying ObjectVar query_params

This commit is contained in:
Jeremy Stretch
2020-09-09 09:52:57 -04:00
parent 9a00478c0e
commit 6212b323d0
2 changed files with 9 additions and 1 deletions

View File

@@ -1,5 +1,13 @@
# NetBox v2.9
## v2.9.4 (FUTURE)
### Bug Fixes
* [#5111](https://github.com/netbox-community/netbox/issues/5111) - Allow use of tuples when specifying ObjectVar `query_params`
---
## v2.9.3 (2020-09-04)
### Enhancements