inonit / django-chemtrails

Graphing Django
MIT License
10 stars 1 forks source link

GenericRelations are not valid in relation_types definition #40

Closed rhblind closed 7 years ago

rhblind commented 7 years ago

Given a relation types definition like below, if entries is a GenericRelation field on a model, we're unable to generate a valid cypher statement.

{"ENTRIES":null}
rhblind commented 7 years ago

This is a bug in libcypher-parser-python