Fixes tree based circular references

Thanks to jpfarias for the fix.
Also normalised the other circular checks.
This commit is contained in:
Ross Lawley
2011-10-10 09:16:32 -07:00
parent 8797565606
commit 7b1860d17b
4 changed files with 71 additions and 14 deletions

View File

@@ -6,6 +6,7 @@ Changelog
Changes in dev
==============
- Fixed tree based circular reference bug
- Add field name to validation exception messages
- Added UUID field
- Improved efficiency of .get()
@@ -17,7 +18,7 @@ Changes in dev
Changes in v0.5.1
=================
- Circular reference bugfix
- Fixed simple circular reference bug
Changes in v0.5
===============