scholrly / neo4django

Drop-in Neo4j/Django integration.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

__eq__ method for NodeModel is broken

coffenbacher opened this issue · comments

Two issues here:

 pk2 = self.__get_pk_val() # typo, should be checking the val on other

image

 NodeModel() == None # will fail since __eq__ calls _get_pk_val

image