Arthur Hanson

Results 244 comments of Arthur Hanson

@srfwx can you provide a PR for it so we can review it? It sounds beneficial but hard to say without seeing the exact code.

Closing this for now, please re-open when you have time to get back to this as not sure what will have changed by then.

@mat-vc Can you please check the steps to reproduce and maybe give a more in-depth step by step - I tried a scenario like you listed but can see the...

@mwobst we would need reproduction steps with NetBox without using a plugin. We get a lot of issues in and trying to reproduce them without clear reproduction steps is a...

@afranke In this case In netbox/dcim/views.py if we used the line: ``` messages.success(request, _(ngettext( "Disconnected 1 {type}", "Disconnected {count} {type_plural}", count, )).format( count=count, type=self.queryset.model._meta.verbose_name, type_plural=self.queryset.model._meta.verbose_name_plural )) ``` Would that work...

Putting this back in the backlog - more research needs to be done on a viable solution as it's probably not viable to create a separate string per type there.

Closed, update to support Python 3.12

@fooker any updates on this? Are you still able to work on this?

Looked more into replacing MPTT. The issue to cache the number of component types (https://github.com/netbox-community/netbox/issues/6347) I think might remove the need for add_related_count from MPTT which none of the other...

Did a test implementation and now moving more towards treebeard. the issue with django-tree-queries came down to replacing add_related_count as everything else was very straight-forward. add_related_count is basically doing a...