remodel got to v1.0.0! 🎉This release adds a few stability fixes, plus support for newer Python and RethinkDB versions, custom table names and model filtering by lambda.
New features:
- custom table names for models, using
Model.table_name
(#48, #63, thank you, @arwema!) - filter models by lambda, using
Model.filter(lambda x: x)
(#66) - support RethinkDB's new user/password authentication (#65, thank you, @caj-larsson!)
- support for Python 3.6 and 3.7 (#61)
Improvements:
- support for
rethinkdb>=2.4
package (#60) - fix invalid references when deleting an object (#55, thank you @jspalink!)