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

Filtering by depending on particular task #92

Open
mooskagh opened this issue Apr 14, 2021 · 1 comment
Open

Filtering by depending on particular task #92

mooskagh opened this issue Apr 14, 2021 · 1 comment

Comments

@mooskagh
Copy link

How do I filter by tasks depending on the particular task?

I attempted those but they don't seem to work (both seem to return all tasks which depend on anything, not on this particual task)

> t = tw.tasks.all()[0]
> tw.tasks.filter(depends_contains=t)
> tw.tasks.filter(depends=t)
@mooskagh
Copy link
Author

Hmmm also how do I select all not-deleted tasks?..

I'd expect that to work but it doesn't..

tw.tasks.filter(deleted=False)

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

1 participant