This website requires JavaScript.
Explore
Help
Sign In
mirror
/
netbox-community-netbox
Watch
1
Star
0
Fork
0
You've already forked netbox-community-netbox
mirror of
https://github.com/netbox-community/netbox.git
synced
2024-05-10 07:54:54 +00:00
Code
netbox-community-netbox
/
netbox
/
ipam
History
Jeremy Stretch
d5bb37b552
#1246
: Initial work on an API endpoint to retrieve available IPs for a prefix
2017-06-28 16:23:17 -04:00
..
api
#1246
: Initial work on an API endpoint to retrieve available IPs for a prefix
2017-06-28 16:23:17 -04:00
fixtures
…
migrations
Renamed IP address status 'virtual' to 'VIP'
2017-06-16 15:37:46 -04:00
tests
…
__init__.py
…
apps.py
…
constants.py
Moved constant definitions from models.py to constants.py
2017-06-16 16:01:44 -04:00
fields.py
…
filters.py
Closes
#1203
: Implemented query filters for all models
2017-06-19 16:10:18 -04:00
formfields.py
…
forms.py
Merge branch 'develop' into develop-2.1
2017-06-15 14:26:02 -04:00
lookups.py
…
models.py
#1246
: Initial work on an API endpoint to retrieve available IPs for a prefix
2017-06-28 16:23:17 -04:00
tables.py
Closes
#819
: Implemented IP address functional roles
2017-06-14 16:11:13 -04:00
urls.py
…
views.py
…