scholrly / neo4django

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

Rel-spanning lookups don't work with '__id' or '__pk' #173

Closed mhluongo closed 11 years ago

mhluongo commented 11 years ago

Both show up frequently in Django apps. For example, from the admin app

LogEntry.objects.filter(user__id=...)