python-gino / gino

GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.
https://python-gino.org/
Other
2.67k stars 150 forks source link

Update loaders.rst #697

Closed arseniybanayev closed 4 years ago

arseniybanayev commented 4 years ago

Added a @children.setter

Thanks for the wonderful library!

fantix commented 4 years ago

Glad to hear that and thanks for the PR! Please kindly see #629 for why this was removed.

arseniybanayev commented 4 years ago

Got it! I hadn’t actually tested the example code, but from previous docs assumed that ModelLoader always expected keys in the keyword arguments to be attributes/properties that could be set. Should have looked at the code first!