netbox/netbox/ipam
2022-08-01 09:47:18 -04:00
..
api Define NESTED_SERIALIZER_PREFIX constant 2022-07-15 15:31:42 -04:00
forms PEP8 cleanup 2022-08-01 09:16:58 -04:00
graphql Expose BaseObjectType and NetBoxObjectType for plugins 2022-02-04 15:07:35 -05:00
management Fixes #6544: Fix migration error when upgrading with VRF(s) defined 2021-06-04 10:53:13 -04:00
migrations Ensure legacy data checks run before other migrations 2022-04-05 15:56:21 -04:00
models Fixes #9884: Prevent querying assigned VRF on prefix object init 2022-08-01 09:47:18 -04:00
tables Closes netbox-community#9762 2022-07-28 10:23:04 -05:00
tests Closes #8882: Support filtering IP addresses by multiple parent prefixes 2022-06-07 11:00:14 -04: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 Fix early terminated tuple in IPAddressRoleChoices 2022-05-02 12:09:49 +02: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 Closes #8882: Support filtering IP addresses by multiple parent prefixes 2022-06-07 11:00:14 -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 Fixes #9884: Prevent querying assigned VRF on prefix object init 2022-08-01 09:47:18 -04:00
urls.py #8334: Move object changelog & journaling to generic views 2022-02-09 16:24:10 -05:00
utils.py Fixes #8682: Limit available VLANs by group min/max VIDs 2022-02-22 11:39:05 -05:00
validators.py Update validators.py 2022-03-28 15:20:19 +02:00
views.py Drop extraneous/invalid prefetches 2022-07-11 12:45:53 -04:00