We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61178cf commit 407919dCopy full SHA for 407919d
CHANGES.txt
@@ -0,0 +1,11 @@
1
+Changes
2
+-------
3
+
4
+0.1.2 (2011-09-01)
5
+------------------
6
+- Model to model casting. (issue #7)
7
8
+0.1.1 (2011-08-30)
9
10
+- One-to-one relationship support. (issue #10)
11
+- Fixed a major bug where `NodeQueryset`s weren't returning models without filtering. Improved the test to catch a regression.
setup.py
@@ -2,7 +2,7 @@
setup(
name='neo4django',
- version='0.1.1',
+ version='0.1.2',
author='Matt Luongo',
author_email='mhluongo@gmail.com',
description='A Django/Neo4j ORM layer based on the neo4j.py.',
0 commit comments