There is a bug in WTForms 2.2+ which related to how WebOb handle request.POST in GET requests. https://github.com/wtforms/wtforms/issues/460
We are trying to find a WebOb specific solution with the maintainer, to handle the NoVars case. I just wanted to ask, what approach would you recommend for detecting this case, without importing WebOb? My idea would be to use type(...).__name__ == 'NoVars'. Is this a good solution? -- You received this message because you are subscribed to the Google Groups "pylons-discuss" 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/pylons-discuss/0b3081e8-93e9-4d31-9af7-960d0b3da626%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
