netbox/netbox/dcim
Daniel Sheppard 1854a6b76b
Fix #11478 - Add vc_interfaces flag to control selection of VC interfaces (#13296)
* Add `vc_interfaces` flag to control interface queryset

* Fix test failure

* Add new filters instead of using undocumented query params

* Cleanup filterset, add test

* Rename filter and re-introduce virtual_chassis filtering method (required)

* Fix test

* Adjust tests to more accurately provide coverage

* Add breaking change note

* Misc cleanup

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2023-08-30 09:33:02 -04:00
..
api #11305: Add latitude & longitude to DeviceWithConfigContextSerializer 2023-08-29 14:31:42 -04:00
forms Fix #11478 - Add vc_interfaces flag to control selection of VC interfaces (#13296) 2023-08-30 09:33:02 -04:00
graphql Merge branch 'develop' into feature 2023-07-30 13:36:51 -04:00
management Feature - Schema Generation (#13353) 2023-08-11 11:00:26 -04:00
migrations Fixes #13605: Specify batch size for cached counter migrations (#13610) 2023-08-30 09:18:24 -04:00
models Adds config template to vm model (#13450) 2023-08-14 15:43:28 -04:00
svg Replaces device_role with role on device model (#13342) 2023-08-02 09:55:52 -04:00
tables Merge branch 'develop' into feature 2023-08-09 15:31:21 -04:00
tests Fix #11478 - Add vc_interfaces flag to control selection of VC interfaces (#13296) 2023-08-30 09:33:02 -04:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
apps.py Closes #13269: Cache component template counts on device types 2023-07-25 16:38:05 -04:00
choices.py Merge branch 'develop' into feature 2023-08-15 11:04:03 -04:00
constants.py 12175 rack with starting unit > 1 (#12778) 2023-06-22 09:09:01 -04:00
fields.py Adds tenant on power feed (#13300) 2023-07-31 08:20:48 -04:00
filtersets.py Fix #11478 - Add vc_interfaces flag to control selection of VC interfaces (#13296) 2023-08-30 09:33:02 -04:00
lookups.py Introduce PathContains lookup to allow filtering against objects in path directly 2020-10-06 09:41:45 -04:00
search.py Closes #12320: Remove obsolete fields napalm_driver and napalm_args from Platform 2023-05-16 09:35:27 -04:00
signals.py 12474 update cable terminations when moving location between sites 2023-06-15 08:53:06 -04:00
urls.py Fixes #11528: Permit import of devices using uploaded file 2023-01-25 09:55:45 -05:00
utils.py Fixes #9778: Fix exception during cable deletion after deleting a connected termination 2022-08-03 12:46:16 -04:00
views.py Merge branch 'develop' into feature 2023-08-29 10:45:55 -04:00