Commit Graph

33 Commits

Author SHA1 Message Date
David Lord d8259eb119
use Jinja name consistently 2025-08-19 10:43:16 -07:00
Kasper Primdal Lauritzen 3a78f501e9
Fix broken link to Flask-WTF 2021-10-01 09:57:25 -07:00
David Lord 171aabc87d
remove unused ref directives
replace page refs with doc directives
2020-04-04 12:57:14 -07:00
David Lord 7673835b3d
remove Python 2 from docs 2020-04-04 12:05:44 -07:00
David Lord 49a38ed999
use theme provided by pallets-sphinx-themes 2018-04-18 12:05:31 -07:00
Jeff Widman bb0e755c80 Migrate various docs links to https (#2180)
Also fixed a few outdated links
2017-02-11 10:43:11 +01:00
David Lord cd1a9b7d54 remove unnecessary form action attributes 2016-06-22 15:01:41 -07:00
David Lord d8c39f4b37 Revert "wtforms: Add missing closing tags in example (#1917)"
This reverts commit 146cba53e7.
2016-06-22 14:53:27 -07:00
Baptiste Fontaine 146cba53e7 wtforms: Add missing closing tags in example (#1917) 2016-06-19 13:27:23 -07:00
Adam Chainz 70de011d51 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 67e2127a5d 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 5dfe918e4f fixed some punctuation, fixed a few errors, in service of readability 2015-06-26 08:41:56 -04:00
Brett Gerry 6517a1a37c deprecate TextField in favor of StringField 2015-01-13 14:47:41 -08:00
defuz 0bb4de1e3b docs: ``<body>``, ``|safe`` 2014-11-05 07:27:25 +03:00
defuz a8f570cc62 docs: :file:`app.py`, :file:`yourapp/templates` 2014-11-05 06:45:22 +03:00
defuz 3fa4fd0908 docs: http method names like ``GET`` and ``POST`` 2014-11-05 06:13:01 +03:00
defuz 8284217593 docs: ``True``, ``False`` and ``None`` 2014-11-05 06:04:58 +03:00
Nico Revin 22219f51e5 Update doclinks
Fix redirects and broken links
2014-07-24 23:30:50 +04:00
Daniel Neuhäuser e89c867d62 Switch packages.python.org to pythonhosted.org 2014-04-26 01:35:37 +02:00
Daniel Neuhäuser 34871a286e 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