Jathan McCollum
Jathan McCollum
> Could a signal be used to prevent these from three from being deleted? At least as a fix until v2? @smk4664 A signal or an overload to `delete()` could...
To reflect what was discussed on Slack: - There's already permissions for tokens, but if a user has the is_superuser=True flag set, permissions aren't even checked. This is how it...
At first glance this seems like it would be simple enough, but something to consider is that the mapping of what objects and fields get included in global search is...
Yeah this is making sense to me and looks well thought out. If it's not too much trouble for you to submit a compatible PR for Nautobot, I'd like to...
@cpmills1975 I've been thinking about this idea and the more I think about it, the more I really would like to implement it. My only hangup is to go all...
I would like to add that a part of fixing this would be to remove the `null=True, blank=True` combination on `Device.name`. Having a `CharField` that can be both null (which...
Hello @vinross32. I'm not entirely clear on what it is that you're asking for. Just to make sure I'm understanding, you want to be able to attach Inventory Item templates...
> @vinross32 can you expand on the use case a bit here? As I understand it, when you are in a Device Type detail view and wish to add a...
On the surface this appears to be simple from a data model perspective, however, what isn't clear is the practical application. Such as if you were able to define a...
On second review it does not appear that #498 will solve this particular issue. The goal is to assert that this `RelationshipAssociation` must be defined. While not as elegant it...