I’m proud to announce another release of neo4django, the Neo4j/Django Object Graph Mappper.
This release focuses on providing better querying capabilities and working more closely with Django code. A few quick highlights:
- neo4django.auth - an in-graph Django auth provider. You can now store and relate to Django users in Neo4j, and take full advantage of Django’s auth middleware and shortcuts.
- Stronger relationship queries, thanks to a new query backend based on Cypher. Relationship QuerySets are no longer second-class citizens, and support all the same options as regular QuerySets.
- Support for many more QuerySet options than before, like order_by(), aggregate(), exists(), count(), and an efficient delete().
