-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
Update version to 4.3.1 #731
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would await that the change with the new API endpoints extends the API but there is nothing in the diff and regenerating the schema makes no changes. LGTM
That is because those API endpoint changes were purposely hidden from the API schema: Not sure about the actual reason, I guess @MrMarble knows more. |
Those endpoints are intended to work only with djangoql comletion library https://github.com/ivelum/djangoql-completion and not directly by the users, that's why I decided to keep them private, like we do with Lines 102 to 108 in 963cbc4
If you think makes sense to document them on the API feel free to include them |
I see, I guess we don't need to show them to people in this case. Thanks for the explanation. |
see the changelog