Fixed recursion loading bug in _get_changed_fields

fixes hmarr/mongoengine#548
This commit is contained in:
Ross Lawley
2012-07-26 16:00:32 +01:00
parent 24fd1acce6
commit 6526923345
5 changed files with 66 additions and 3 deletions

View File

@@ -3,6 +3,10 @@ Changelog
=========
Changes in 0.6.18
=================
- Fixed recursion loading bug in _get_changed_fields
Changes in 0.6.17
=================
- Fixed issue with custom queryset manager expecting explict variable names