BeanieODM / beanie

Asynchronous Python ODM for MongoDB
http://beanie-odm.dev/
Apache License 2.0
1.9k stars 201 forks source link

Fix example in multi-model.md #932

Closed gianpaj closed 2 weeks ago

gianpaj commented 1 month ago
docs = await Two.all().to_list()

returns documents of class Two

roman-right commented 2 weeks ago

Thank you for the PR!