gamechanger / mongothon

A lightweight Mongo object-document mapping abstraction layer over PyMongo
http://gamechanger.github.io/mongothon
MIT License
78 stars 19 forks source link

Detect circular references in dicts used to populate models #15

Closed tleach closed 10 years ago

tleach commented 10 years ago

Raise a helpful error rather than allowing a nasty stack overflow.

@nrschultz