Daniel Sheppard

Results 244 comments of Daniel Sheppard

I need to review the ramifications of this. This is the first time I am seeing this and this is not a standard attribute

I am more wondering if this is even needed or if there is a way to work this so that it doesn't check for that. Reason being is it is...

I do think this allows us to tweak things in the future with regards to assignments and it reduces a bit of the logic burden. Maybe not as much for...

We do have that link, it is just more of a soft link, and sometimes it breaks down when it comes to specific hierarchy (Global Prefix, parent, sub prefix in...

> Are we just alluding to limitations in the Django ORM? In principle, `primary_ip__prefix__tenant: "foo"` is a valid constraint, even if Django doesn't allow it (e.g. because it doesn't know...

@jeremystretch I had an idea awhile back. While the "automagic" management of the prefix assignment might be useful, I think it might be more beneficial to instead allow manual management...

Just want to chime in here now that this is on the milestone: Here is what I would envision as a data model for this: class Prefix: parent = ForeignKey(Prefix)...

Should be fixed with the introduction of the new method by #20387 (#20375). May need to edit the bulk edit buttons though, will investigate this in a bit.

I need a better way to track stuff like this... completely dropped off my radar. I don't know why I was talking about Bulk Edit buttons (maybe a hallucination similar...