netbox/netbox/circuits
Arthur Hanson b2d2a23c26
15496 Add circuit termination to menu and associated forms (#15980)
* 15496 base changes

* 15496 detail view template

* 15496 tweaks

* 15496 bulk views

* 15496 filterset

* 15496 optimize qs

* 15496 bulk edit

* 15496 bulk import

* 15496 update tests

* Update netbox/templates/circuits/circuittermination.html

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>

* 15496 review changes

* 15496 template include

* 15496 expand filters

* 15496 split import form

* 15496 split import form

* 15496 add test for circuit bulk import with termiantions

* Add test for provider filters

* Rename provider column

* Fix test

* Misc cleanup

* Fix test

---------

Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com>
2024-05-17 15:30:10 -04:00
..
api Fixes #15995: Permit nullable fields referenced by unique constraints to be omitted from REST API requests 2024-05-07 15:33:14 -04:00
forms 15496 Add circuit termination to menu and associated forms (#15980) 2024-05-17 15:30:10 -04:00
graphql 15553 change graphql sub-queries from functions to types (#15557) 2024-03-29 14:54:31 -04:00
migrations Squash migrations 2024-01-25 12:35:04 -05:00
models 15496 Add circuit termination to menu and associated forms (#15980) 2024-05-17 15:30:10 -04:00
tables 15496 Add circuit termination to menu and associated forms (#15980) 2024-05-17 15:30:10 -04:00
tests 15496 Add circuit termination to menu and associated forms (#15980) 2024-05-17 15:30:10 -04:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
apps.py Closes #15042: Move model registration logic to AppConfigs (#15203) 2024-02-21 14:22:13 -05:00
choices.py Closes #13279: Wrap choice labels with gettext() 2023-07-31 17:31:07 -04:00
filtersets.py 15496 Add circuit termination to menu and associated forms (#15980) 2024-05-17 15:30:10 -04:00
search.py Closes #14134: Display additional object attributes in global search results (#14154) 2023-11-09 16:21:09 -05:00
signals.py Update & restore rebuild_paths() 2022-05-12 16:08:44 -04:00
urls.py 15496 Add circuit termination to menu and associated forms (#15980) 2024-05-17 15:30:10 -04:00
views.py 15496 Add circuit termination to menu and associated forms (#15980) 2024-05-17 15:30:10 -04:00