Jason Novinger
Jason Novinger
I'm going to close this as I've also not been able to recreate on `master`.
> > [@dieck](https://github.com/dieck) do you want me to assign to you so you can create a PR for this? > > Hi! If you need me to, I can do...
I started to answer with an explanation of how this worked and then realized I had misinterpreted the example code as well. So, yeah, agreed the docs could perhaps be...
I'll file a follow up for the `virtual_chassis` filter. #20172 is already filed for the `cabled` filter.
Per the [Platform model documentation](https://netboxlabs.com/docs/netbox/models/dcim/platform/): > A platform defines the type of software running on a [device](https://netboxlabs.com/docs/netbox/models/dcim/device/) or [virtual machine](https://netboxlabs.com/docs/netbox/models/virtualization/virtualmachine/). This can be helpful to model when it is necessary...
Thank you for opening a bug report, @ravenrs . Unfortunately, the information you have provided is not sufficient for someone else to attempt to reproduce the reported behavior. Remember, each...
> @jnovinger I've change description of issue, but it doesn't matter what to change site/device, all events with the same obj_type won't added to queue and will drop silence. Thanks,...
This could probably be achieved by making judicious use of the [`InterfaceFilterSet.virtual_chassis_member_id` filter](https://github.com/netbox-community/netbox/blob/0e689010225a14770f1dec5390de49ca43a0960c/netbox/dcim/filtersets.py#L1893-L1897).
@JCWasmx86 , please flesh this out more. What queries are unnecessary? Which querysets do you believe need to have a modified/added `.prefetch_related()`? Also please include objects to create/modify to trigger...
@JCWasmx86 , excellent, thank you for the details! Is this something you'd like to contribute (as you've already outlined the changes)?