scholrly / neo4django

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

get(key=value) works on some properties, but not on others... #192

Open szabi opened 11 years ago

szabi commented 11 years ago

See description at: http://stackoverflow.com/questions/17126274/objects-get-does-not-work-as-expected

basically, having three identical models.StrongProperty() on a NodeModel subclass, .get(key=value) (but the same with .filter(...)) works for two of them, but not the third, and I have no idea why.

Contrary to the StackOverflow example I have changed by now the last property to required=True as well. Still the same strange behaviour.