Commit graph

23 commits

Author SHA1 Message Date
Gaëtan Petit
a08c29f34b Update deprecated references
validators.Required() is marked as deprecated in favor of validators.DataRequired() and will be remove in WTForms 3.
2016-03-08 10:05:20 +01:00
Zev Averbach
8775edc88f fixed some punctuation, fixed a few errors, in service of readability 2015-06-26 08:41:56 -04:00
Brett Gerry
9cf23c47df deprecate TextField in favor of StringField 2015-01-13 14:47:41 -08:00
defuz
86bfee2133 docs: `<body>, |safe` 2014-11-05 07:27:25 +03:00
defuz
b5c9ad68dd docs: :file:app.py, :file:yourapp/templates 2014-11-05 06:45:22 +03:00
defuz
6c894b2274 docs: http method names like `GET and POST` 2014-11-05 06:13:01 +03:00
defuz
f7cbe74c35 docs: `True, False and None` 2014-11-05 06:04:58 +03:00
Nico Revin
63f9516d4b Update doclinks
Fix redirects and broken links
2014-07-24 23:30:50 +04:00
Daniel Neuhäuser
1973eb22a3 Switch packages.python.org to pythonhosted.org 2014-04-26 01:35:37 +02:00
Daniel Neuhäuser
8399008e91 Switch pypi links to https
To which the http version redirects permanently
2014-04-26 01:30:28 +02:00
awsum
20a3281209 Update docs/patterns/wtforms.rst 2012-02-25 15:29:13 -05:00
kracekumar
b115b38dbe Added PasswordField in docs/patterns/wtforms.rst 2011-10-06 23:45:35 +05:30
jgraeme
ff2786d8af Fix some typos in the docs 2010-08-03 18:07:40 +08:00
Armin Ronacher
d0357b44b0 Added links to Flask-WTF and Flask-SQLAlchemy. This fixes #73 2010-07-01 01:22:46 +02:00
unknown
2ba88eefb5 Fixed simple typo 2010-04-26 14:57:53 +08:00
Armin Ronacher
dc3f13df54 Corrected validator usage in the wtforms docs. 2010-04-23 12:17:12 +02:00
Armin Ronacher
1404a85bc5 Fixed WTForms example. 2010-04-20 11:22:20 +02:00
Armin Ronacher
4ff9493e57 POST -> post in HTML 2010-04-20 01:37:51 +02:00
Armin Ronacher
50a3313071 Fixed typo in form docs 2010-04-20 01:35:22 +02:00
Armin Ronacher
166f5ed254 Forgot to link the website. 2010-04-19 02:28:05 +02:00
Armin Ronacher
56675b3bad Fixed indentation of an example. 2010-04-19 02:25:31 +02:00
Armin Ronacher
976e792336 Added links for SQLAlchemy and WTForms. 2010-04-19 02:24:02 +02:00
Armin Ronacher
ce18d4575d Added WTForms documentation. 2010-04-19 02:22:59 +02:00