You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi - first, I am really excited to use django-unicorn in a production use-case. But before I do, I need some assistance.
I have a simple model that has a self-referencing foreign key to for a parent-child relationship. A parent can have multiple children and a child can only have one parent (a tree structure). See here:
Hi - first, I am really excited to use django-unicorn in a production use-case. But before I do, I need some assistance.
I have a simple model that has a self-referencing foreign key to for a parent-child relationship. A parent can have multiple children and a child can only have one parent (a tree structure). See here:
I created a component and two child components - parent title and a list of it's children (loop) and another for adding a new child:
When I "walk the tree" (click on child who becomes the new parent) the reference in the child
self.parent
does not update correctly.Is this a bug?
The text was updated successfully, but these errors were encountered: