kvesteri / wtforms-alchemy

Tools for creating wtforms from sqlalchemy models
Other
245 stars 59 forks source link

min Length validator by checking min_info #118

Open Davidmycodeguy opened 7 years ago

Davidmycodeguy commented 7 years ago

Try now

Davidmycodeguy commented 7 years ago

Please merge this

Davidmycodeguy commented 7 years ago

It will make wtforms-alchemy better and i will use it more if it had this

kvesteri commented 7 years ago

Before merging these things should be addressed:

  1. I would prefer the info key name to be min_length instead of min so that it is not confusing
  2. Unit tests should be added
  3. Commits should be squashed