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
I used the official recipes for adding tagging to my project which uses
from modelcluster.contrib.taggit import ClusterTaggableManager
I've noticed in wagtail-graphql/wagtail_graphql/types/core.py you have support for TaggableManager, could you possibly add ClusterTaggableManager in as well?
TaggableManager
I'm just requesting this since the method I've used for tags is the way Wagtail suggests, so it should be a common way of doing so.
The text was updated successfully, but these errors were encountered:
Yeah, that makes sense. Do you want to submit a PR / patch?
Sorry, something went wrong.
No branches or pull requests
I used the official recipes for adding tagging to my project which uses
from modelcluster.contrib.taggit import ClusterTaggableManager
I've noticed in wagtail-graphql/wagtail_graphql/types/core.py you have support for
TaggableManager
, could you possibly add ClusterTaggableManager in as well?I'm just requesting this since the method I've used for tags is the way Wagtail suggests, so it should be a common way of doing so.
The text was updated successfully, but these errors were encountered: