netbox
netbox copied to clipboard
The premier source of truth powering network automation. Open source under Apache 2. Public demo: https://demo.netbox.dev
### Proposed Changes Following the work completed in #15235, it is no longer necessary to define separate nested serializers to represent related objects. We can instead pass an arbitrary list...
### NetBox version v3.7.3 ### Feature type Change to existing functionality ### Proposed functionality This proposal seeks to standardize the manner in which NetBox models reference Django's [content types](https://docs.djangoproject.com/en/5.0/ref/contrib/contenttypes/) in...
### NetBox version v3.5.2 ### Feature type Data model extension ### Proposed functionality Implement and use a custom User and Group model. ### Use case This would allow us to...
### NetBox version v3.6.4 ### Feature type Change to existing functionality ### Proposed functionality Amend the template loader (`netbox/utilities/jinja2.py`) to also fetch templates from the database, via some virtual path....
### NetBox version v3.7.1 ### Feature type Change to existing functionality The original idea behind this feature request was to save the VLAN group filter field. Due to a revised...
### Proposed Changes Drop the `device_role` property from the `Device` model, and the field from `DeviceSerializer`. (It has been superseded by `role`.) ### Justification The model field was renamed to...
### NetBox version v3.7.3 ### Feature type New functionality ### Proposed functionality It is currently possible to map two interfaces into a peer to peer tunnel (via /vpn/tunnels/). When you...
### NetBox version v3.6.5 ### Python version 3.10 ### Steps to Reproduce 1. Create a devicetype without an airflow 2. Create a device, based on that devicetype, but leave the...
### Fixes: #15232 Fix mis-spelling in permission
### NetBox version v3.7.3 ### Feature type New functionality ### Proposed functionality The topic was introduced in #13779 and #15162. Once a module is created, it is bound to a...