Skip to content

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

Merged
merged 2 commits into from
Aug 13, 2024

Conversation

AetherUnbound
Copy link
Contributor

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

  • PR only contains one change (considered splitting up PR)
  • unit-test added
  • documentation updated
  • CHANGELOG.md updated (only for user relevant changes)
  • author name in AUTHORS

@sarayourfriend
Copy link

@n2ygk any chance this PR can get a review?

@n2ygk n2ygk self-requested a review August 12, 2024 15:37
@n2ygk n2ygk force-pushed the fix/invalid-hex-drf branch from ea18897 to aebb1de Compare August 12, 2024 15:38
Copy link
Member

@n2ygk n2ygk left a 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.

@n2ygk
Copy link
Member

n2ygk commented Aug 12, 2024

BTW I had to rebase so make sure to do a pull.

@n2ygk
Copy link
Member

n2ygk commented Aug 13, 2024

Looks like github is having an issue right now: Warning: Failed to download action 'https://api.github.com./repos/codecov/codecov-action/tarball/ab904c41d6ece82784817410c45d8b8c02684457'. Error: Response status code does not indicate success: 504 (Gateway Timeout).

@n2ygk n2ygk merged commit 9c18de2 into jazzband:master Aug 13, 2024
26 checks passed
@sarayourfriend
Copy link

sarayourfriend commented Aug 13, 2024

Thanks @n2ygk and @AetherUnbound 🙏

@AetherUnbound
Copy link
Contributor Author

Thank you!

@AetherUnbound AetherUnbound deleted the fix/invalid-hex-drf branch August 13, 2024 14:57
@n2ygk n2ygk added this to the 3.0.0 milestone Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants