netbox/netbox/ipam
2020-06-15 13:24:34 -04:00
..
api Fixes #4743: Allow users to create "next available" IPs without needing permission to create prefixes 2020-06-10 16:06:11 -04:00
migrations Update development docs to remove squashing instructions 2020-04-29 09:44:41 -04:00
tests Fix list_brief tests 2020-06-05 16:09:55 -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 Closes #4761: Enable tag assignment during bulk creation of IP addresses 2020-06-15 13:24:34 -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 Fixes #4629: Replicate assigned interface when cloning IP addresses 2020-05-13 16:25:22 -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 Fixes #4644: Fix ordering of services table by parent 2020-05-15 09:02:56 -04:00
urls.py Closes #4324: Add CSV import view for services 2020-03-06 16:33:43 -05:00
validators.py Move prefix_validator() to ipam.validators 2020-01-22 16:33:34 -05:00
views.py Merge branch 'develop' into develop-2.8 2020-03-10 15:06:37 -04:00