fix-#842: Fix ignored chained options

This commit is contained in:
David Bordeynik
2015-06-28 20:33:35 +03:00
parent 222e929b2d
commit 5334ea393e
4 changed files with 8 additions and 9 deletions

View File

@@ -6,6 +6,7 @@ Changes in 0.10.1 - DEV
=======================
- Fix infinite recursion with CASCADE delete rules under specific conditions. #1046
- Fix CachedReferenceField bug when loading cached docs as DBRef but failing to save them. #1047
- Fix ignored chained options #842
Changes in 0.10.0
=================