mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-15 11:42:52 -06:00
740 B
740 B
NetBox v2.10
v2.10-beta1 (FUTURE)
NOTE: This release completely removes support for embedded graphs.
Other Changes
- #4349 - Dropped support for embedded graphs
- #4360 - Remove support for the Django template language from export templates
- #4878 - Custom field data is now stored directly on each object
- #4941 -
commit
argument is now required argument in a custom script'srun()
method
REST API Changes
- extras.ExportTemplate: The
template_language
field has been removed