lsbardel / python-stdnet

Object-data mapper and advanced query manager for non relational databases
http://lsbardel.github.com/python-stdnet/
BSD 3-Clause "New" or "Revised" License
120 stars 20 forks source link

ManyToMany through model not serialized #48

Closed lsbardel closed 12 years ago

lsbardel commented 12 years ago

the model_iterator function does not detect manytomany though models used by the ManyToManyField to establish multiple relationships between two models. This needs to be fixed otherwise dumping data can lead to inconsistencies.

lsbardel commented 12 years ago

This has been fixed with the introduction of odm.all_models_sessions