Skip to content
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

Enhancement/Simplify queryset handling in list APIs #271

Merged

Conversation

c-w
Copy link
Member

@c-w c-w commented Jul 3, 2019

Currently there are several list APIs that define both queryset and get_queryset which can be confusing to new developers. This pull request cleans up the list APIs such that only one of queryset or get_queryset always is used.

@Hironsan Hironsan merged commit 4cc7abf into doccano:master Jul 5, 2019
@c-w c-w deleted the enhancement/clean-up-querysets branch July 5, 2019 14:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants