Fixes #3999: Do not filter child results by null if non-required parent fields are blank

This commit is contained in:
Jeremy Stretch
2020-01-23 17:11:45 -05:00
parent debe6fc1d8
commit fad33f64c3
2 changed files with 8 additions and 4 deletions

View File

@@ -9,6 +9,7 @@
* [#3983](https://github.com/netbox-community/netbox/issues/3983) - Permit the creation of multiple unnamed devices
* [#3989](https://github.com/netbox-community/netbox/issues/3989) - Correct HTTP content type assignment for webhooks
* [#3999](https://github.com/netbox-community/netbox/issues/3999) - Do not filter child results by null if non-required parent fields are blank
---