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

Wrong field type for Checkbox #208

Closed
mgu opened this issue Mar 31, 2017 · 0 comments · Fixed by #209
Closed

Wrong field type for Checkbox #208

mgu opened this issue Mar 31, 2017 · 0 comments · Fixed by #209

Comments

@mgu
Copy link
Contributor

mgu commented Mar 31, 2017

The field associated to our checkbox is a CharField.
The data we get after form validation are str ('False') instead of booleans (False)

@mgu mgu changed the title Wrong field type fox Checkbox Wrong field type for Checkbox Mar 31, 2017
@mgu mgu closed this as completed in #209 Apr 4, 2017
wo0dyn added a commit that referenced this issue Apr 11, 2017
ChangeLog
---------

* Added Django 1.10 support (#203).
* Dropped Python 3.3 support (#207).
* Fixed the swagger doc generation and rendering (#210).
* Fix wrong field type for Checkbox (#208).
* Don't rely on database ordering in `NestedListSerializer` (#215)
* Provide a tools in order to generate django-form class from json
  contextualized definition (#171)
@wo0dyn wo0dyn mentioned this issue Apr 11, 2017
7 tasks
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 a pull request may close this issue.

1 participant