2

この警告が表示される理由がわかりません。related_name私は概念を完全に理解していない可能性がありますが、異なるrel_typesことで上記のモデルがあいまい/矛盾しないようになると思いました...

neo4django で次の警告が表示されます。

>>> from evidences.models import *
/[...]/neo4django/db/models/relationships.py:180: UserWarning: `evidence` and `evidence` share a relationship type and direction. Is this what you meant to do?
  % (r.name, name))
/[...]/neo4django/db/models/relationships.py:180: UserWarning: `families` and `families` share a relationship type and direction. Is this what you meant to do?
  % (r.name, name))

関連するモデルはここにあります: https://gist.github.com/szabi/e57f23d76b885d604a36

リレーション タイプターゲット モデルも同じリレーション間で共有されていないと思います。related_name

Django 1.4 を使用して、git から現在の neo4django を使用します。

何か案は?

4

1 に答える 1