netbox/netbox/ipam
2020-02-19 17:17:41 -05:00
..
api Fix race condition in available-prefix/ip APIs 2020-02-11 13:36:52 -08:00
migrations Fixes #4027: Repair schema migration for #3569 to convert IP addresses with DHCP status 2020-01-28 12:49:00 -05:00
tests Merge pull request #4068 from netbox-community/4034-prefix_ordering_tests 2020-02-12 16:27:02 -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 Introduce IPAddressVar and IPAddressWithMaskVar 2020-01-22 17:16:40 -05:00
filters.py Enabled filtering virtual chassis devices 2020-02-09 00:58:54 -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 Remove dependency on RawSQL from IPAddress manager 2020-02-19 17:17:41 -05:00
managers.py Remove dependency on RawSQL from IPAddress manager 2020-02-19 17:17:41 -05:00
models.py #3880: Define constants for arbitrary values 2020-01-24 14:42:57 -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 Standardize on two-word form of "change log" 2020-02-19 12:45:52 -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 Clean up TODO notes 2020-02-14 13:30:53 -05:00