netbox/netbox/ipam
2020-05-22 12:41:20 -04:00
..
api Fixes #3356: Correct Swagger schema specification for the available prefixes/IPs API endpoints 2020-04-21 14:12:49 -04:00
migrations Update development docs to remove squashing instructions 2020-04-29 09:44:41 -04:00
tests Ensure all model FilterSets support the 'id' field 2020-05-06 12:33:52 -04: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 Fixes #3930: Fix API rendering of the family field for aggregates 2020-01-15 13:56:37 -05:00
constants.py Add explanatory text for constants 2020-01-24 15:03:38 -05:00
fields.py Drop family column from Aggregate, Prefix, and IPAddress models 2020-02-14 15:04:33 -05:00
filters.py Ensure all model FilterSets support the 'id' field 2020-05-06 12:33:52 -04:00
formfields.py Add tests for IP address vars 2020-01-22 17:48:03 -05:00
forms.py Fixes #4588: Restore ability to add/remove tags on services, virtual chassis in bulk 2020-05-06 15:00:01 -04:00
lookups.py Merge branch 'develop' into develop-2.8 2020-02-21 15:26:55 -05:00
managers.py Merge branch 'develop' into develop-2.8 2020-02-21 15:26:55 -05:00
models.py Introduce CSVModelForm for dynamic CSV imports 2020-05-05 16:15:09 -04:00
querysets.py Replace all instances of .extra() in QuerySets with annotations, including references in docstrings 2019-10-09 20:11:02 -04:00
tables.py Closes #3064: Include tags in object lists as a toggleable table column 2020-05-06 14:42:51 -04:00
urls.py Transition ObjectEditView to use ObjectPermissionRequiredMixin 2020-05-21 13:59:19 -04:00
validators.py Move prefix_validator() to ipam.validators 2020-01-22 16:33:34 -05:00
views.py Add additional_permissions to ObjectPermissionRequiredMixin 2020-05-22 12:41:20 -04:00