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

Fixed #3679 -- UUID Validation #3687

Merged
merged 1 commit into from
Dec 2, 2015

Conversation

benred42
Copy link

@benred42 benred42 commented Dec 1, 2015

Fixed #3679

Added validation to UUIDField to properly catch invalid input types (lists, tuples, etc).
Also added a new invalid input to UUIDField test. Not sure I'm entirely happy with
the patch as it currently is, since it seems to have some unnecessary redundancy
but I figured I go ahead and push it up now since it does work. Comments and
suggestions are appreciated.

@tomchristie tomchristie added the Bug label Dec 2, 2015
@tomchristie tomchristie added this to the 3.3.2 Release milestone Dec 2, 2015
@tomchristie
Copy link
Member

Good work!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants