1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #7748: Remove legacy contact fields from site model

This commit is contained in:
jeremystretch
2021-12-09 16:20:24 -05:00
parent 8680981990
commit d2d2978288
11 changed files with 45 additions and 97 deletions

View File

@@ -8,8 +8,15 @@
### Breaking Changes
* Automatic redirection of legacy slug-based URL paths has been removed.
* The `contact_name`, `contact_phone`, and `contact_email` fields have been removed from the site model. Please use the new contact model introduced in NetBox v3.1 to store contact information for sites.
### Other Changes
* [#7731](https://github.com/netbox-community/netbox/issues/7731) - Require Python 3.8 or later
* [#7748](https://github.com/netbox-community/netbox/issues/7748) - Remove legacy contact fields from site model
* [#8031](https://github.com/netbox-community/netbox/issues/8031) - Remove automatic redirection of legacy slug-based URLs
### REST API Changes
* dcim.Site
* Removed the `contact_name`, `contact_phone`, and `contact_email` fields