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

Include decoded params in form on validation failure #13

Merged
merged 2 commits into from May 17, 2015

Conversation

dannymidnight
Copy link
Contributor

This is a copy of #9 with only relevant commits.

Currently when a form fails validation using variable_decode=True, form.data contains the request params rather than the variable decoded version:
eg. { "tags-1": 'apple", "tags-2": "banana" } instead of { "tags" : ['apple', 'banana'] }

This PR makes the form data consistent with that of a successful validation.

@lambacck lambacck merged commit 8799f6e into Pylons:master May 17, 2015
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.

None yet

2 participants