FormAlchemy / formalchemy

MIT License
81 stars 29 forks source link

The length validator's errror message does not correctly use string substitution #54

Closed brukhabtu closed 10 years ago

brukhabtu commented 10 years ago

'Value must be at least %(min)d characters long' is the error message returned. No string formatting takes place.