Added WTForms documentation.

This commit is contained in:
Armin Ronacher 2010-04-19 02:22:59 +02:00
parent 73a47a0db1
commit ce18d4575d
6 changed files with 115 additions and 10 deletions

View file

@ -368,7 +368,7 @@ u'Marked up \xbb HTML'
.. [#] Unsure what that :class:`~flask.g` object is? It's something you
can store information on yourself, check the documentation of that
object (:class:`~flask.g`) and the :ref:`database-pattern` for more
object (:class:`~flask.g`) and the :ref:`sqlite3` for more
information.