Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 797 Bytes

CHANGELOG.rst

File metadata and controls

35 lines (28 loc) · 797 Bytes

Changelog

next

  1. Added Django 2.1 and 2.2 along with Python 3.5, 3.6, 3.7 support.
  2. Remove Django 1.10 support.
  3. Added helper method on Form model that returns the form's kwargs.
  4. Added methods to factory.FormFactory to facilitate easier subclass customisation.

0.2.3

  1. Fix defaut None placeholder.

0.2.2

  1. Fix setup.py syntax.

0.2.1

  1. Added ParagraphField and ParagraphWidget.
  2. Added Paragraph markdown field on FormField model, for usage alongside field and widget.
  3. Added support for Fields and Widgets outside just base Django's.
  4. Cater for order_by issue in Django 1.9 and 1.9.1.
  5. Data migration for field_type and widget fields on FormField.
  6. Add missing migrations.

0.2

  1. Ajax form posting added.

0.1

  1. Initial release.