No description
Find a file
Christian Klein 05d0ed7e18 Fixed DeprecationWarnings
The field `TextField is supposed to be called `StringField`
and the validator `required` became `DataRequired`.
2016-08-30 11:28:00 +02:00
docs Tip is now 0.1.1dev 2014-06-16 13:25:04 -06:00
tests Fixed DeprecationWarnings 2016-08-30 11:28:00 +02:00
wtforms_appengine Fixed DeprecationWarnings 2016-08-30 11:28:00 +02:00
.gitignore Initial commit 2013-09-26 14:32:32 -06:00
.travis.yml Another attempt to simplify our travis config, by using a nosetests flag. 2015-12-16 21:01:54 -05:00
LICENSE.txt Add pieces to prepare for first release 2014-06-16 12:58:53 -06:00
MANIFEST.in Add pieces to prepare for first release 2014-06-16 12:58:53 -06:00
README.rst Add travis build and coverage stats to our README. 2015-12-16 21:18:27 -05:00
setup.cfg Add pieces to prepare for first release 2014-06-16 12:58:53 -06:00
setup.py Switch to find_packages() or else setup.py skips wtforms_appengine.fields 2016-01-04 15:01:25 -05:00

.. image:: https://travis-ci.org/wtforms/wtforms-appengine.svg?branch=master
   :target: https://travis-ci.org/wtforms/wtforms-appengine
.. image:: https://coveralls.io/repos/wtforms/wtforms-appengine/badge.svg?branch=master&service=github
   :target: https://coveralls.io/github/wtforms/wtforms-appengine?branch=master

WTForms-Appengine
=================

WTForms-Appengine is a fork of the ``wtforms.ext.appengine`` package 
from WTForms. The package has been renamed to ``wtforms_appengine`` 
but otherwise should function the same as the ext package, at least
for the moment.

to install::
	
	pip install WTForms-Appengine


Rationale
---------

The reasoning for splitting out this package is that WTForms 2.0 has
deprecated all its ``wtforms.ext.<library>`` packages and they will
not receive any further feature updates. The authors feel that packages
for companion libraries work better with their own release schedule and
the ability to diverge more from WTForms.

This package is currently looking for a permanent maintainer, and if you 
wish to maintain this package please contact ``wtforms@simplecodes.com``.