netbox/netbox/ipam
Jeremy Stretch cae784ff52
Merge pull request #5928 from wobcom/feature/ip-actions-in-interface-view
Add IP action buttons to interface view
2021-03-08 16:58:53 -05:00
..
api Fixes #5841: Disallow the creation of available prefixes/IP addresses in violation of assigned permission constraints 2021-02-24 14:21:42 -05:00
migrations Closes #5400: Store custom field defaults as JSON values 2020-12-01 16:05:23 -05:00
tests Fixes #5935: Fix filtering prefixes list by multiple prefix values 2021-03-08 16:27:12 -05:00
__init__.py PEP8 clenaup 2016-06-16 15:02:01 -04:00
apps.py Removed Python 2 string compatibility 2018-08-14 11:58:42 -04:00
choices.py Relocate CSS classes for ChoiceFields from model to ChoiceSet 2020-09-24 16:35:53 -04:00
constants.py Introduce the RouteTarget model 2020-09-24 11:25:52 -04:00
fields.py Drop family column from Aggregate, Prefix, and IPAddress models 2020-02-14 15:04:33 -05:00
filters.py Fixes #5935: Fix filtering prefixes list by multiple prefix values 2021-03-08 16:27:12 -05:00
formfields.py Add tests for IP address vars 2020-01-22 17:48:03 -05:00
forms.py Fixes #5507: Fix custom field data assignment via UI for IP addresses, secrets 2020-12-21 09:43:15 -05:00
lookups.py Merge branch 'develop' into develop-2.8 2020-02-21 15:26:55 -05:00
managers.py Update views to restrict all querysets 2020-06-01 11:43:49 -04:00
models.py Fixes #5735: enforcement of duplicate IP address detection with roles 2021-02-07 10:31:56 +00:00
querysets.py Replace annotate_depth() with annotate_tree() 2020-08-05 15:55:47 -04:00
tables.py Add IP action buttons to interface view 2021-03-05 10:45:58 +01:00
urls.py Introduce the RouteTarget model 2020-09-24 11:25:52 -04:00
utils.py Introduce ChoiceFieldColumn to replace template columns 2020-09-25 10:52:14 -04:00
validators.py Move prefix_validator() to ipam.validators 2020-01-22 16:33:34 -05:00
views.py Closes #5592: Add IP addresses count to VRF view 2021-03-08 15:57:17 -05:00