summaryrefslogtreecommitdiffstats
path: root/utils.py
Commit message (Collapse)AuthorAgeFilesLines
* utils: add Unique wtforms validatorAlexander Sulfrian2013-09-041-0/+17
| | | | | The Unique validator could check, if the value of the form field does not alreadyy exists in the database for a specific field of a peewee model.
* utils: add templated decorator from flask patternsAlexander Sulfrian2013-09-041-0/+20