netbox/netbox/ipam
Martin Hauser d6f756d315 feat(tables): Add ContactsColumnMixin to multiple tables
Integrate `ContactsColumnMixin` into various IPAM and VPN tables to
improve contact management. Updates table fields to include `contacts`.

Fixes #20700
2025-10-28 13:34:27 -04:00
..
api 19644 Make atomic use correct database instead of default (#19651) 2025-06-25 15:00:26 -04:00
forms Closes #20459 : clean is_oob and is_primary on bulk_import (#20657) 2025-10-25 10:10:20 -05:00
graphql Fixes #20422: Allow Aggregate and Prefix to filter by family in GraphQL (#20626) 2025-10-27 09:02:28 -05:00
management Fixes #6544: Fix migration error when upgrading with VRF(s) defined 2021-06-04 10:53:13 -04:00
migrations fix(ipam): Correct VLAN ID range calculation logic 2025-10-28 13:14:34 -04:00
models fix(ipam): Correct VLAN ID range calculation logic 2025-10-28 13:14:34 -04:00
tables feat(tables): Add ContactsColumnMixin to multiple tables 2025-10-28 13:34:27 -04:00
tests fix(ipam): Correct VLAN ID range calculation logic 2025-10-28 13:14:34 -04:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
apps.py 17929 Add Scope Mixins to Prefix (#17930) 2024-11-15 14:55:46 -05:00
choices.py #13428: Misc cleanup 2024-11-26 09:56:33 -05:00
constants.py Closes #8423: Allow assigning Service to FHRP Group, in addition to Device and VirtualMachine (#19005) 2025-04-11 07:27:31 -07:00
fields.py fix(api): Fix schema and field definitions for OpenAPI 2025-09-30 10:46:03 -04:00
filtersets.py feat(filtersets): Add ContentTypeFilter to enhance filtering 2025-10-15 18:24:42 +02:00
formfields.py 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
lookups.py Closes #17951: Extend Ruff ruleset 2024-11-07 11:52:02 -05:00
managers.py Update views to restrict all querysets 2020-06-01 11:43:49 -04:00
querysets.py Update get_for_virtualmachine to support lookup by cluster location 2025-05-13 22:20:54 -04:00
search.py Closes #8423: Allow assigning Service to FHRP Group, in addition to Device and VirtualMachine (#19005) 2025-04-11 07:27:31 -07:00
signals.py Fixes #14532: Device/VM change record should accurately reflect when primary/OOB IP is deleted 2023-12-22 08:47:51 -05:00
urls.py Closes #18023: Employ register_model_view() for list views (#18029) 2024-11-20 15:54:37 -05:00
utils.py Fixes #20217: Fix '0 VLANs available' in the VLANs table in VLAN Groups (#20261) 2025-09-09 15:33:11 -04:00
validators.py 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
views.py feat(views): Add FilterSet support to BulkRenameView 2025-10-24 14:43:35 +02:00