Introduction
This package aims to bring some improvements to make working with wtforms easier.
This package currently allows you to render entire forms.
Support for rendering wtform widgets with bootstrap and foundation are currently supported.
Example:
class MyForm(Form):
# special property we use to specify order fields should
# be shown
_order = ['age']
age = IntegerField(u'Age')
form = MyForm(req.POST)
from wtforms_extras import render_form
render_form(form, style='bootstrap')
# or just a field
from wtforms_extras import render_field
render_field(form, 'age', style='bootstrap')
Changelog
1.1.3 - 2014-11-25
remove error star on default field
1.1.2 - 2014-11-25
spurious pdb
1.1.1 - 2014-11-24
omit fieldset properly
1.1.0 - 2014-11-24
be able to use fieldsets
fix to always allow html rendering
1.0.1 - 2014-11-13
doc fix
1.0 - 2014-11-13
initial release
Release files for wtforms_extras 1.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| wtforms_extras-1.1.4.zip | 12.0 kB | Details |
Release files / wtforms_extras-1.1.4.zip
| Download URL | wtforms_extras-1.1.4.zip |
|---|---|
| Size | 12.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8b148285e0b9351a2c9e585458e833241a99e68d2af8204754c102b20f435c05
|
|
BLAKE2b-256 checksum How to use checksums |
9dd4b598cd757d56013042c5977cd01c71ca63dfba30acfd70b041c674ffdcfd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |