Hi there, I've got a little app hosted on heroku that uses flask-wtf and it seems to be causing some errors.
When viewing the logs I'm seeing a TypeError with Werkzeug trying to treat the unicode field data from my form as a str. To render my fields I'm using the macro on this flask-wtf page <http://flask.pocoo.org/docs/0.10/patterns/wtforms/> which passes the |safe filter to tell jinja2 that the data has already been escaped. Has anyone got a good suggestion on how to resolve? -- You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pocoo-libs. For more options, visit https://groups.google.com/d/optout.
