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

Strip lookup field validation #87

Merged
merged 1 commit into from
Feb 7, 2022

Conversation

stevelacey
Copy link
Contributor

@stevelacey stevelacey commented Dec 17, 2021

Strip lookup field validation that makes assumptions about fields used and lookups supported.

What issue does this solve?

Django doesn't need lookup values validating, the framework already coerces/validates them internally, and this prevents users from using lookup fields other than ints and uuids.

What Worf gif best describes this PR or how it makes you feel?

tumblr_62ac2c2dd6344dba9b4cadf89cb24d05_bd929b72_400

Checklist

  • This PR increases test coverage

@stevelacey stevelacey force-pushed the improvement/strip-lookup-field-validation branch from a047400 to 71dbaff Compare February 7, 2022 08:37
@stevelacey stevelacey merged commit 33ad626 into master Feb 7, 2022
@stevelacey stevelacey deleted the improvement/strip-lookup-field-validation branch February 7, 2022 08:49
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.

1 participant