-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
At the moment if you have model
class Model(peewee.Model):
other_model = peewee.ForeignKey(OrderModel)
using it like this
model_instance.other_model
will trigger sync query.
I've already have this working so this issue is just to keep contribution in mind ;)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels