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
The APIQuery should extract the id from content objects passed through parameters.
APIQuery
id
This will allow for doing things like: content_objects.filter(issue_content=self) where self is a Container model.
content_objects.filter(issue_content=self)
self
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The
APIQuery
should extract theid
from content objects passed through parameters.This will allow for doing things like:
content_objects.filter(issue_content=self)
whereself
is a Container model.The text was updated successfully, but these errors were encountered: