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 #3235 - ListField now returns the QueryDict value even if it's a list of only one item. #3238

Merged
merged 2 commits into from
Aug 7, 2015

Conversation

kezabelle
Copy link
Contributor

Closes: #3235

  • 08d60f5 provides the failing test.
  • 0078f66 implements the fix which lets the tests pass.

Tested against CPython 2.7 via ./runtests.py

@tomchristie tomchristie added this to the 3.2.1 Release milestone Aug 7, 2015
@tomchristie tomchristie added the Bug label Aug 7, 2015
tomchristie added a commit that referenced this pull request Aug 7, 2015
Fixed #3235 - ListField now returns the QueryDict value even if it's a list of only one item.
@tomchristie tomchristie merged commit 368fb9f into encode:master Aug 7, 2015
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.

ListField seems to miss single values
2 participants