-
A new feature request.
As a side, I did try to create my own ORM for Neo4j. That's why I come up with so many feature's requests ! Sorry
Now, for the request: it would be nice to expose some node's &…
-
Hi Robin,
I guess if your following some standart notation?
What happend is that in the last version 0.3.6 you made some changes that are not backward compatibles like moving the RelationshipManager…
-
I'm used to having my own **init**() function in models which basically do following:
``` python
class Foo(StructuredNode):
prop = StringProperty()
def __init__(self, prop):
self.prop…
plaes updated
11 years ago
-
-
Hi,
I've tried to get class inheritance and StructuredNodes work together. I've noted that it generally works but with a few caveats:
Lets say given `A(StructuredNode)` which is never instantiated, an…
bebbi updated
11 years ago
-
Hi Team,
Again, Feature Request posted in an issue.
Looking for a way to do some smart_creation.
Something like
class MyNode(StructuredNode):
....name=StringProperty(primaryKey=True)
first=MyNode(…