hmarr / mongoengine

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

Unit test for issue #561. #562

Closed jvangael closed 12 years ago

jvangael commented 12 years ago

89f6a54 shows how re-saving a dynamic document with an embedded document in it crashes mongoengine.

3c111f6 shows that this is not an issue when the embedded document is dynamic as well.

rozza commented 12 years ago

See #561