netbox/netbox/vpn
Renato Almeida de Oliveira 3ef7ab4416
Fixes: #18579 Add contact filters to services (#18818)
* Add Contact filter to Services

* Add ContactModelFilterForm to ProviderAccountFilterForm

* Add Contact filter support for Aggregate

* Add Contact filter support for Prefix

* Add Contact filter to IPRange

* Add Contact filter to IPAddress

* Add Contact filter to L2VPN

* Add Contact filter to TunnelGroup

* Add Contact filter to Tunnel

* Add ContactModelFilterSet to ProviderAccountFilterSet

* Fixes classes inheritance order

Setup NetBoxModelFilterSetForm as the last inherited class

Co-authored-by: Jason Novinger <jnovinger@gmail.com>

---------

Co-authored-by: Jason Novinger <jnovinger@gmail.com>
2025-03-06 09:41:41 -06:00
..
api Merge branch 'develop' into feature 2025-01-06 13:42:57 -05:00
forms Fixes: #18579 Add contact filters to services (#18818) 2025-03-06 09:41:41 -06:00
graphql Fixes: #16292 - Properly restrict GraphQL queries for querys with pk set (#17244) 2024-08-28 12:23:25 -04:00
migrations Closes #18022: Extend linter (ruff) to enforce line length limit (120 chars) (#18067) 2024-11-21 15:58:11 -05:00
models fix double line breaks 2025-02-25 09:15:55 +01:00
tables Fixes #15960: Use internal ManyToManyColumn to ensure proper export behavior 2024-05-06 10:32:29 -04:00
tests Closes #17733: Replace pycodestyle with ruff (#17734) 2024-10-11 07:43:46 -04:00
__init__.py Closes #9816: VPN tunnel support (#14276) 2023-11-27 16:17:15 -05:00
apps.py Closes #17725: Clean up import statements (#17728) 2024-10-10 14:52:47 -04:00
choices.py fix #17960 by adding 6 more tunnel encap options (#18097) 2024-12-09 15:03:00 -05:00
constants.py Closes #14311: Move L2VPN models from ipam to vpn (#14358) 2023-11-28 13:45:00 -05:00
filtersets.py Fixes: #18579 Add contact filters to services (#18818) 2025-03-06 09:41:41 -06:00
search.py Fixes #15640: add identifier field to search index of l2vpn 2024-04-15 10:53:53 -04:00
urls.py Closes #18023: Employ register_model_view() for list views (#18029) 2024-11-20 15:54:37 -05:00
views.py fix contact wrong model assignment 2025-02-25 13:53:50 +01:00