Skip to content

Commit 407919d

Browse files
committed
Saved and unsaved models can now be cast or copied to other models. Updated the version. Fixes scholrly#7.
1 parent 61178cf commit 407919d

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGES.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='neo4django',
5-
version='0.1.1',
5+
version='0.1.2',
66
author='Matt Luongo',
77
author_email='mhluongo@gmail.com',
88
description='A Django/Neo4j ORM layer based on the neo4j.py.',

0 commit comments

Comments
 (0)