netbox/netbox/ipam
2018-05-22 13:56:11 -04:00
..
api Closes #1321: Added created and last_updated fields for relevant models to their API serializers 2017-12-21 10:49:40 -05:00
fixtures Converted IPAddress.interface to a GenericForeignKey 2017-08-18 16:57:20 -04:00
migrations Fixes #1869: Corrected ordering of VRFs with duplicate names 2018-02-07 13:40:08 -05:00
tests Added bulk creation API tests 2018-01-02 16:29:44 -05:00
__init__.py PEP8 clenaup 2016-06-16 15:02:01 -04:00
apps.py Import unicode_literals 2017-05-24 11:33:11 -04:00
constants.py Rearranged device/VM view and expanded component lists 2017-11-03 16:58:56 -04:00
fields.py Fixes #2066: Catch AddrFormatError on invalid IP addresses 2018-05-22 13:56:11 -04:00
filters.py Extend IP address device filter to match virtual chassis members 2018-01-22 16:42:19 -05:00
formfields.py Closes #1691: Cleaned up and reorganized import statements 2017-11-07 11:08:23 -05:00
forms.py Fixes #2012: Fixed deselection of an IP address as the primary IP for its parent device/VM 2018-04-12 13:03:20 -04:00
lookups.py Fixes #1751: Corrected filtering for IPv6 addresses containing letters 2017-12-05 16:10:45 -05:00
models.py Closes #1945: Implemented a VLAN members view 2018-03-15 15:33:13 -04:00
querysets.py Moved querysets to separate files; tweaked interface ordering logic (#1523) 2017-10-10 17:23:41 -04:00
tables.py Closes #1990: Improved search function when assigning an IP address to an interface 2018-03-29 09:45:17 -04:00
urls.py Closes #1945: Implemented a VLAN members view 2018-03-15 15:33:13 -04:00
views.py Closes #1990: Improved search function when assigning an IP address to an interface 2018-03-29 09:45:17 -04:00