hmarr / mongoengine

[Moved to mongoengine/mongoengine]
https://github.com/MongoEngine/mongoengine
MIT License
793 stars 20 forks source link

UUIDField error #555

Closed llonchj closed 12 years ago

llonchj commented 12 years ago

There is a bug in UUIDField that raises InvalidDocumentError on UUIDField.to_python

InvalidDocumentError: Invalid data to create a TestDocument instance.

rozza commented 12 years ago

Please report issues on: http://github.com/MongoEngine/mongoengine

Fixed in MongoEngine/mongoengine@f99b7a811b3ea8b2930dbc72f2a5bfc1f0116278 0.6.20 coming today.

llonchj commented 12 years ago

Thanks, i'll clone MongoEngine/mongoengine.