linkyndy / remodel

Very simple yet powerful and extensible Object Document Mapper for RethinkDB, written in Python.
MIT License
193 stars 29 forks source link

Issue: #24, wrapping is done by dict.update #25

Closed derkan closed 9 years ago

derkan commented 9 years ago

Issue: #24, Not to call field's setattr function which do validations, we just update dict. As validation checks are not issued, this speeds up fetching rows from DB

linkyndy commented 9 years ago

Thanks for your pull request! Seems that wercker needs attention again regarding the RethinkDB service...I'll look into that as soon as I'll have time. After that, if build passes, I'll merge your pull request.