- moved all text conversions to text_value
- typo fix and internal branching changes
- fixed checkbox label bug in vertical and inline forms
- fixed bug in vertical form rendering
- fixed unicode bug and added unicode label to tests
- use renderer classes for generating HTML
- several bug fixes
- use Django forms css classes for indicating required and error on fields
- improved form rendering
- support for addons
- improve compatibility with Django < 1.5
- added support for themes (fix issue #74)
- show inline form errors in field title (fix issue #81)
- fixed bugs in demo application
- update to newest Bootstrap (fix issue #83)
- new setting set_required to control setting of HTML required attribute (fix issue #76)
- project refactored
- added skeleton for creating documentation (fix issue #30)
- fixed FileField issues