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
Support manual database selection mentioned here: https://docs.djangoproject.com/en/3.1/topics/db/multi-db/
The text was updated successfully, but these errors were encountered:
I'm assuming you want to be able to control this on a per-mutation level, say? I.e. using automatic routing will be insufficient?
Sorry, something went wrong.
Yeh, I require to control on a per-mutation level. I think automatic routing will be insufficient.
Roger that. Would you also need to be able to control routing on nested relationships?
Another comment here: Will overriding get_queryset be sufficient here?
get_queryset
No branches or pull requests
Support manual database selection mentioned here:
https://docs.djangoproject.com/en/3.1/topics/db/multi-db/
The text was updated successfully, but these errors were encountered: