Fixes circular list references

The depth deduciton for _fields was over zealous
now max_depth is honoured/

Fixes #373
This commit is contained in:
Ross Lawley
2011-11-29 03:43:49 -08:00
parent c775c0a80c
commit a8d91a56bf
4 changed files with 27 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in dev
==============
- Fixed dereferencing - multi directional list dereferencing
- Fixed issue creating indexes with recursive embedded documents
- Fixed recursive lookup in _unique_with_indexes
- Fixed passing ComplexField defaults to constructor for ReferenceFields