Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Replaced...
authorLoïc Le Ninan <loic.leninan@gmail.com>
Mon, 9 Jun 2014 13:14:23 +0000 (15:14 +0200)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 13 Jun 2014 15:23:07 +0000 (10:23 -0500)
commit0742e11dff487e1af27652fcf63f7d53322018cd
tree82ccd63f72a30795baed0bda855dcd0e743de2d6
parentb9d990ac6a401d95eb25a006cd78a51d5cf0ff5a
Fixes #899 : DeprecationWarning about Required going away in WTForms 3.0. Replaced Required with InputRequired.
mediagoblin/edit/forms.py
mediagoblin/meddleware/csrf.py
mediagoblin/plugins/basic_auth/forms.py
mediagoblin/plugins/ldap/forms.py
mediagoblin/plugins/oauth/forms.py
mediagoblin/plugins/openid/forms.py
mediagoblin/plugins/persona/forms.py
mediagoblin/plugins/piwigo/forms.py
mediagoblin/submit/forms.py
mediagoblin/user_pages/forms.py