aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/plugins/ldap/forms.py
Commit message (Collapse)AuthorAgeFilesLines
* wtforms.fields.TextField was deprecatedJakob Kramer2015-03-121-2/+2
| | | | | | | WTForms documentation: > The TextField alias for StringField is deprecated. Signed-off-by: Berker Peksag <berker.peksag@gmail.com>
* Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. ↵Loïc Le Ninan2014-06-131-4/+4
| | | | Replaced Required with InputRequired.
* ldap uses it own viewsRodney Ewing2013-08-151-0/+40