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

This commit is contained in:
Ross Lawley
2012-08-01 14:57:46 +01:00
parent 2c69d8f0b0
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)