Replacing in urls.py ObjectChangeLogView by include(get_model_urls() that add automatically the right views depending on Netbox model class mixins inheritance
vagrant@vagrant:~/netbox$ docker compose exec netbox bash -c "./manage.py test netbox_bgp"
🧬 loaded config '/etc/netbox/config/configuration.py'
Found 177 test(s).
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
.................................................................................................................................................................................
----------------------------------------------------------------------
Ran 177 tests in 6.903s
OK
Fixes #209
tabs
from HTML as inheritedurls.py
ObjectChangeLogView by include(get_model_urls() that add automatically the right views depending on Netbox model class mixins inheritancevagrant@vagrant:~/netbox$ docker compose exec netbox bash -c "./manage.py test netbox_bgp" 🧬 loaded config '/etc/netbox/config/configuration.py' Found 177 test(s). Creating test database for alias 'default'... System check identified no issues (0 silenced). ................................................................................................................................................................................. ---------------------------------------------------------------------- Ran 177 tests in 6.903s OK