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
/
dcim
History
Shane Madden
ee4a3bcb02
Add circuittermination as a choice for cable endpoint types, which is not in the choices API for cable termination types but is accepted by the application as a valid endpoint for cables
2019-05-01 13:47:52 -06:00
..
api
…
fixtures
…
migrations
…
tests
…
__init__.py
…
apps.py
…
constants.py
Add circuittermination as a choice for cable endpoint types, which is not in the choices API for cable termination types but is accepted by the application as a valid endpoint for cables
2019-05-01 13:47:52 -06:00
exceptions.py
…
fields.py
…
filters.py
Closes
#3023
: Add support for filtering cables by connected device
2019-04-29 10:07:08 -04:00
forms.py
Add device field on cable search form (
#3023
)
2019-04-29 11:29:07 -04:00
managers.py
…
models.py
Closes
#3023
: Add support for filtering cables by connected device
2019-04-29 10:07:08 -04:00
signals.py
…
tables.py
…
urls.py
…
views.py
…