Closes #5990: Deprecated display_field parameter for custom script ObjectVar and MultiObjectVar fields

This commit is contained in:
Jeremy Stretch
2021-03-16 11:08:34 -04:00
parent fe0d699731
commit 7a212fbf8b
4 changed files with 17 additions and 12 deletions

View File

@@ -84,6 +84,7 @@ The ObjectChange model (which is used to record the creation, modification, and
* [#1638](https://github.com/netbox-community/netbox/issues/1638) - Migrate all primary keys to 64-bit integers
* [#5873](https://github.com/netbox-community/netbox/issues/5873) - Use numeric IDs in all object URLs
* [#5990](https://github.com/netbox-community/netbox/issues/5990) - Deprecated `display_field` parameter for custom script ObjectVar and MultiObjectVar fields
### REST API Changes