-
-
Notifications
You must be signed in to change notification settings - Fork 801
Handle invalid hex values in query strings in DRF extension #1444
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
Conversation
@n2ygk any chance this PR can get a review? |
ea18897
to
aebb1de
Compare
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.
A minor wording to change to make clear what the fix is accomplishing plus a question about approach to determining the specific error.
BTW I had to rebase so make sure to do a pull. |
Looks like github is having an issue right now: |
Thanks @n2ygk and @AetherUnbound 🙏 |
Thank you! |
Fixes #1443
Description of the Change
This PR applies a similar set of changes as #963 except for the Django Rest Framework contrib extension. I've tried my best to add tests for this case as well, but if there's anything else I'm missing please let me know!
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS