Commit graph

30 commits

Author SHA1 Message Date
David Lord
c0c76bd651 remove Python 2 from docs 2020-04-04 12:05:44 -07:00
David Lord
010156c80a use theme provided by pallets-sphinx-themes 2018-04-18 12:05:31 -07:00
Jeff Widman
2ad2aadb88 Migrate various docs links to https (#2180)
Also fixed a few outdated links
2017-02-11 10:43:11 +01:00
David Lord
77cfb9b226 remove unnecessary form action attributes 2016-06-22 15:01:41 -07:00
David Lord
e924bd3458 Revert "wtforms: Add missing closing tags in example (#1917)"
This reverts commit 146cba53e7.
2016-06-22 14:53:27 -07:00
Baptiste Fontaine
8e8e111e42 wtforms: Add missing closing tags in example (#1917) 2016-06-19 13:27:23 -07:00
Adam Chainz
fdb0ae918f Convert readthedocs link for their .org -> .io migration for hosted projects (#1827)
As per their email ‘Changes to project subdomains’:

> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.

Test Plan: Manually visited all the links I’ve modified.
2016-05-29 15:49:38 +02:00
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