netbox/netbox/ipam
2022-03-14 09:57:51 -04:00
..
api Fixes #8807: Correct REST API URL for FHRP group assignments 2022-03-07 09:02:47 -05:00
forms Fixes #8844: Correct VLAN ID max value 2022-03-14 09:57:51 -04:00
graphql Add nested FHRPGroupAssignment serializer; add missing API tests 2021-11-04 11:15:34 -04:00
management Fixes #6544: Fix migration error when upgrading with VRF(s) defined 2021-06-04 10:53:13 -04:00
migrations Invert default priority ordering for FHRPGroupAssignment 2021-11-04 11:17:10 -04:00
models #8293: Tweak table column output & add changelog 2022-01-13 15:10:06 -05:00
tables Fixes #8808: Fix members count under FHRP group list 2022-03-07 09:00:00 -05:00
tests Add description filter for VRF, RouteTarget, Aggregate, ASN, Role, Prefix, IPRange, VLAN & Service 2022-02-25 18:15:33 +01:00
__init__.py Remove default_app_config (deprecated in Django 3.2) 2021-09-15 11:18:47 -04:00
apps.py Fixes #5419: Update parent device/VM when deleting a primary IP 2021-04-13 13:23:25 -04:00
choices.py Closes #8766: Add SCTP to service protocols list 2022-03-01 11:07:19 -05:00
constants.py Fixes #8224: Fix KeyError exception when creating FHRP group with IP address and protocol "other" 2022-01-04 13:49:07 -05:00
fields.py Drop family column from Aggregate, Prefix, and IPAddress models 2020-02-14 15:04:33 -05:00
filtersets.py Fixes #8844: Correct VLAN ID max value 2022-03-14 09:57:51 -04:00
formfields.py Add tests for IP address vars 2020-01-22 17:48:03 -05:00
lookups.py Fixes #6632 2021-07-23 11:08:41 +12:00
managers.py Update views to restrict all querysets 2020-06-01 11:43:49 -04:00
querysets.py Initial work on #6087 2021-05-26 16:06:03 -04:00
signals.py Specify batch size for bulk_update() 2021-05-27 15:25:40 -04:00
urls.py Closes #8081: Allow creating services directly from navigation menu 2021-12-15 11:55:27 -05:00
utils.py #7665: Refactored add_requested_prefixes(); removed button icons 2021-12-13 12:15:43 -05:00
validators.py Move prefix_validator() to ipam.validators 2020-01-22 16:33:34 -05:00
views.py Fixes #8713: Restore missing "add" button on services list view 2022-02-22 09:05:31 -05:00