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

Django 2.0 breaks field.help_text containing lists #1

Open
ooknosi opened this issue Dec 19, 2017 · 1 comment
Open

Django 2.0 breaks field.help_text containing lists #1

ooknosi opened this issue Dec 19, 2017 · 1 comment
Assignees
Labels

Comments

@ooknosi
Copy link
Owner

ooknosi commented Dec 19, 2017

  • TypeError (not all arguments converted during string formatting) caused by field.help_text containing lists.
  • Fixed by converting field.help_text value to str after copying its value to the widget.
  • Will be pushed in next update along with fix for material-components-web@0.27.0
@ooknosi ooknosi added the bug label Dec 19, 2017
@ooknosi ooknosi self-assigned this Dec 19, 2017
@jpic
Copy link

jpic commented Apr 30, 2018

Are you still planning on pushing this ?

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

No branches or pull requests

2 participants