Pylons / webtest

Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server.
https://docs.pylonsproject.org/projects/webtest/en/latest/
Other
335 stars 109 forks source link

Add ``Email`` class for input fields with type "email". #194

Closed icemac closed 6 years ago

icemac commented 6 years ago

Currently instances belonging to such fields have the plain Field class.

icemac commented 6 years ago

@gawel Thank you for the merge. May I ask you for a release on PyPI, too?

gawel commented 6 years ago

done

icemac commented 6 years ago

@gawel Thank you very much!