inonit / django-chemtrails

Graphing Django
MIT License
10 stars 1 forks source link

UniqueProperty Exception #28

Open rhblind opened 7 years ago

rhblind commented 7 years ago
neomodel.exception.UniqueProperty: Node 0 already exists with label LogEntry and property "label"=[admin.LogEntry]
rhblind commented 7 years ago

Caused by the following block in MetaNodeMixin.recursive_connect()

node = get_meta_node_for_model(klass.Meta.model)
if not node._is_bound:
    node.save()