We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: