netbox/netbox/dcim/forms
Daniel Sheppard a1beaf9921 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
..
__init__.py Closes #10695: Rename forms/models.py to forms/model_forms.py 2022-10-25 16:26:05 -04:00
bulk_create.py Closes #13149: Wrap form field labels with gettext_lazy() 2023-07-31 12:52:38 -04:00
bulk_edit.py Replaces device_role with role on device model (#13342) 2023-08-02 09:55:52 -04:00
bulk_import.py Replaces device_role with role on device model (#13342) 2023-08-02 09:55:52 -04:00
common.py Closes #13149: Wrap form field labels with gettext_lazy() 2023-07-31 12:52:38 -04:00
connections.py Closes #13149: Wrap form field labels with gettext_lazy() 2023-07-31 12:52:38 -04:00
filtersets.py Replaces device_role with role on device model (#13342) 2023-08-02 09:55:52 -04:00
formsets.py Closes #13149: Wrap form field labels with gettext_lazy() 2023-07-31 12:52:38 -04:00
model_forms.py Fix #11478 - Add vc_interfaces flag to control selection of VC interfaces (#13296) 2023-08-30 09:33:02 -04:00
object_create.py Merge branch 'develop' into feature 2023-08-15 11:04:03 -04:00
object_import.py Closes #13149: Wrap form field labels with gettext_lazy() 2023-07-31 12:52:38 -04:00