Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support playhouse.ManyToManyField asynchronously #54

Open
marijngiesen opened this issue Jan 16, 2017 · 1 comment
Open

Support playhouse.ManyToManyField asynchronously #54

marijngiesen opened this issue Jan 16, 2017 · 1 comment

Comments

@marijngiesen
Copy link

Currently, using a ManyToManyField from the playhouse package triggers a sync_query. It would be awesome if this could be handled asynchronously.

@rudyryk
Copy link
Member

rudyryk commented Aug 8, 2018

This is definitely overlaps with #15

Sync interface is here by peewee's design, so we can't handle it without breaking into peewee or without providing incompatible interface. And one of goals of peewee-async is not to break compatibility with peewee itself.

For now you should construct such joins manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants