scholrly / neo4django

Drop-in Neo4j/Django integration.
GNU General Public License v3.0
357 stars 83 forks source link

__eq__ method for NodeModel is broken #230

Closed coffenbacher closed 10 years ago

coffenbacher commented 10 years ago

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