Added test was still failing and implemented solution as described in #517

This commit is contained in:
Matthieu Rigal
2015-06-03 01:02:19 +02:00
parent 03ed5c398a
commit 621350515e
4 changed files with 39 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ Changes in 0.9.X - DEV
- Added __ support to escape field name in fields lookup keywords that match operators names #949
- Support for PyMongo 3+ #946
- Fix for issue where FileField deletion did not free space in GridFS.
- No_dereference() not respected on embedded docs containing reference. #517
Changes in 0.9.0
================