#2223 Fix comparing the minimal version of flask-wtf required
Merged by pingou. Opened by pingou.
fix_form  into  master

Download 2223.patch
no initial comment

so, it's < and not <=?

Yes, with the change to int() I found this, try running this with int() and <= and you'll see what it says :)

I couldn't find anything :/ I tried this: http://img.susepaste.org/30975712

Sorry I wasn't clear, trying running the test suite with the int() added and <= and it should tell you that it's not happy :)

:thumbsup:

:thumbsup:

Thanks for the review :)

rebased

Pull-Request has been merged by pingou

Metadata