mirror of
https://github.com/netbox-community/netbox.git
synced 2025-12-13 20:09:37 -06:00
* Closes #15794: Make "related objects" dynamic Instead of hardcoding relationships between models for the detail view, they are now dynamically generated. * Fix related models call * Remove extra related models hook Instead of providing a rarely used hook method, additional related models can now be passed directly to the lookup method. * Fix relations view for ASNs ASNs have ManyToMany relationships and therefore can't used automatic resolving. Explicit relations have been restored as before. * Add method call keywords for clarification * Cleanup related models --------- Co-authored-by: Jeremy Stretch <jstretch@netboxlabs.com> |
||
|---|---|---|
| .. | ||
| api | ||
| forms | ||
| graphql | ||
| migrations | ||
| tables | ||
| tests | ||
| __init__.py | ||
| apps.py | ||
| choices.py | ||
| constants.py | ||
| filtersets.py | ||
| models.py | ||
| search.py | ||
| signals.py | ||
| urls.py | ||
| utils.py | ||
| views.py | ||