Skip to content

Latest commit

 

History

History
90 lines (48 loc) · 1.37 KB

HISTORY.rst

File metadata and controls

90 lines (48 loc) · 1.37 KB

History

4.1.1 (2014-04-06)

  • moved all text conversions to text_value

4.1.0 (2014-04-05)

  • typo fix and internal branching changes

4.0.3 (2014-04-03)

  • fixed checkbox label bug in vertical and inline forms

4.0.2 (2014-04-02)

  • fixed bug in vertical form rendering

4.0.1 (2014-03-29)

  • fixed unicode bug and added unicode label to tests

4.0.0 (2014-03-28)

  • use renderer classes for generating HTML
  • several bug fixes

3.3.0 (2014-03-19)

  • use Django forms css classes for indicating required and error on fields

3.2.1 (2014-03-16)

  • improved form rendering

3.2.0 (2014-03-11)

  • support for addons

3.1.0 (2014-03-03)

  • improve compatibility with Django < 1.5

3.0.0 (2014-02-28)

  • 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)

2.6.0 (2014-02-20)

  • new setting set_required to control setting of HTML required attribute (fix issue #76)

2.5.6 (2014-01-23)

  • project refactored
  • added skeleton for creating documentation (fix issue #30)
  • fixed FileField issues