Add WTForms-JSON

This commit is contained in:
Alan Hamlett 2014-07-17 12:19:05 -07:00
parent 0b8420a23c
commit 7b07f10d6e

View File

@ -535,6 +535,7 @@ long, literate-programming-style documentation generator.
*Libraries for working with forms.*
* [WTForms](http://wtforms.readthedocs.org/) - A flexible forms validation and rendering library.
* [WTForms-JSON](http://wtforms-json.readthedocs.org/en/latest/) - A WTForms extension for JSON data handling.
* [Deform](http://deform.readthedocs.org/) - Python HTML form generation library influenced by the formish form generation library.
* [django-crispy-forms](http://django-crispy-forms.readthedocs.org/) - A Django app which lets you create beautiful forms in a very elegant and DRY way.
* [django-remote-forms](https://github.com/WiserTogether/django-remote-forms) - A platform independent Django form serializer.