netbox/netbox/ipam
2020-02-14 15:17:04 -05:00
..
api Fix race condition in available-prefix/ip APIs 2020-02-11 13:36:52 -08:00
migrations Drop family column from Aggregate, Prefix, and IPAddress models 2020-02-14 15:04:33 -05:00
tests Delete unused test data 2020-02-14 15:17:04 -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 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 Restore filters 2020-02-14 15:16:18 -05:00
formfields.py Add tests for IP address vars 2020-01-22 17:48:03 -05:00
forms.py Use DynamicModelChoiceField for all fields using APISelect 2020-02-11 12:25:40 -05:00
lookups.py Drop family column from Aggregate, Prefix, and IPAddress models 2020-02-14 15:04:33 -05:00
managers.py Drop family column from Aggregate, Prefix, and IPAddress models 2020-02-14 15:04:33 -05:00
models.py Drop family column from Aggregate, Prefix, and IPAddress models 2020-02-14 15:04:33 -05: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 Merge branch 'develop' into develop-2.7 2020-01-10 13:33:51 -05:00
urls.py Fixes #4094: Convert unnecessary regular expressions to strings in URL patterns 2020-02-05 16:12:48 -05:00
validators.py Move prefix_validator() to ipam.validators 2020-01-22 16:33:34 -05:00
views.py Drop family column from Aggregate, Prefix, and IPAddress models 2020-02-14 15:04:33 -05:00