netbox/netbox/ipam
2021-10-01 16:21:16 -04:00
..
api Fixes #6894: Fix available IP generation for prefix assigned to a VRF 2021-08-05 13:23:14 -04:00
forms Fixes #7304: Require explicit values for all required choice fields during CSV import 2021-09-28 12:04:54 -04:00
graphql Rename base Graphene types to match base models 2021-08-03 14:37:39 -04:00
management Fixes #6544: Fix migration error when upgrading with VRF(s) defined 2021-06-04 10:53:13 -04:00
migrations Initial work on IP ranges 2021-07-16 13:35:52 -04:00
models Merge pull request #7366 from shuichiro-makigaki/optimize-prefix-util 2021-09-28 16:09:27 -04:00
tables Fixes #6895: Remove errant markup for null values in CSV export 2021-09-29 21:00:45 -04:00
tests #7070: Fix filterset test 2021-08-30 17:22:48 -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 Initial work on IP ranges 2021-07-16 13:35:52 -04:00
constants.py Introduce ContentTypeChoiceField 2021-04-02 10:54:13 -04:00
fields.py Drop family column from Aggregate, Prefix, and IPAddress models 2020-02-14 15:04:33 -05:00
filtersets.py Fixes #7070: Fix exception when filtering by prefix max length in UI 2021-08-30 16:51:07 -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 #6934: Include child IP ranges under prefix view 2021-08-10 16:26:14 -04:00
utils.py Fixes #6637: Fix group assignment in 'available VLANs' link under VLAN group view 2021-06-22 14:16:16 -04:00
validators.py Move prefix_validator() to ipam.validators 2020-01-22 16:33:34 -05:00
views.py Fixes #6433: Fix bulk editing of child prefixes under aggregate view 2021-10-01 16:21:16 -04:00