Fixed BinaryField python value issue (MongoEngine/mongoengine#48)

This commit is contained in:
Ross Lawley 2012-08-01 14:57:46 +01:00
commit a43d0d4612
3 changed files with 18 additions and 7 deletions

View file

@ -5,6 +5,7 @@ Changelog
Changes in 0.6.X
================
- Fixed BinaryField python value issue (MongoEngine/mongoengine#48)
- Fixed queryset manager issue (MongoEngine/mongoengine#52)
- Fixed FileField comparision (hmarr/mongoengine#547)