Fixes #2358: Respect custom field default values when creating objects via the REST API

This commit is contained in:
Jeremy Stretch
2019-12-13 14:15:48 -05:00
parent 462cede863
commit a22c7c1539
3 changed files with 59 additions and 5 deletions

View File

@@ -8,6 +8,7 @@
## Bug Fixes
* [#2170](https://github.com/netbox-community/netbox/issues/2170) - Prevent the deletion of a virtual chassis when a cross-member LAG is present
* [#2358](https://github.com/netbox-community/netbox/issues/2358) - Respect custom field default values when creating objects via the REST API
* [#3749](https://github.com/netbox-community/netbox/issues/3749) - Fix exception on password change page for local users
# v2.6.8 (2019-12-10)