Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7k
Added examples to schema of CursorPagination#8687
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Fixencode#8686Added missing examples for CursorPagination class to disable warnings inhttps://github.com/tfranzel/drf-spectacular and make it consistent with other pagination classes.
lovelydinosaur commentedOct 10, 2022
Thanks for this! Yup seems good. Looks like we've got a test case that checks the schema output, which would need fixing up... https://github.com/encode/django-rest-framework/actions/runs/3207548339/jobs/5262424890 Let me know if you need a pointer in getting that sorted. |
norbertschuler commentedOct 11, 2022
Sorry for not having checked that in first place. I have no environment set up to run the test suite rather relying on your GitHub actions. I fixed the test now. |
lovelydinosaur commentedOct 11, 2022
Great, thanks! |
Fix#8686
Added missing examples for CursorPagination class to disable warnings inhttps://github.com/tfranzel/drf-spectacular and make it consistent with other pagination classes.