mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-22 20:12:00 -06:00
Changelog for #6068
This commit is contained in:
parent
7e18b0dd3a
commit
7e55b44610
@ -2,6 +2,10 @@
|
||||
|
||||
## v3.0-beta1 (FUTURE)
|
||||
|
||||
### Breaking Changes
|
||||
|
||||
* The default CSV export format for all objects now includes all available data. Additionally, the CSV headers now use human-friendly titles rather than the raw field names.
|
||||
|
||||
### New Features
|
||||
|
||||
#### Custom Model Validation ([#5963](https://github.com/netbox-community/netbox/issues/5963))
|
||||
@ -39,6 +43,7 @@ CustomValidator can also be subclassed to enforce more complex logic by overridi
|
||||
|
||||
* [#5532](https://github.com/netbox-community/netbox/issues/5532) - Drop support for Python 3.6
|
||||
* [#5994](https://github.com/netbox-community/netbox/issues/5994) - Drop support for `display_field` argument on ObjectVar
|
||||
* [#6068](https://github.com/netbox-community/netbox/issues/6068) - Drop support for legacy static CSV export
|
||||
* [#6338](https://github.com/netbox-community/netbox/issues/6338) - Decimal fields are no longer coerced to strings in REST API
|
||||
|
||||
### REST API Changes
|
||||
|
Loading…
Reference in New Issue
Block a user