We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
If exists two api /api/v1/users/{pk}/ /api/v1/users/{pk}/password/
It should all be included in users but now split as two group: users and password
The text was updated successfully, but these errors were encountered:
@nypisces
You're missing context that could help track this problem down. Can you write a failing testcase for this and submit it as a PR?
For reporting, please check the issues docs.
Sorry, something went wrong.
Resolved via #4527. Now in the version-3-5 branch.
version-3-5
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
If exists two api
/api/v1/users/{pk}/
/api/v1/users/{pk}/password/
It should all be included in users
but now split as two group: users and password
The text was updated successfully, but these errors were encountered: