Skip to content

Latest commit

 

History

History
195 lines (108 loc) · 4.58 KB

HISTORY.md

File metadata and controls

195 lines (108 loc) · 4.58 KB

History / Changelog

2.5.7 (2017-11-23)

  • maintainence release

2.5.6 (2017-11-22)

  • supress extra question inlines

2.5.5 (2017-11-21)

  • add a missing migration

2.5.4 (2017-11-21)

  • remove direct use of get_current_site

2.5.3 (2017-11-06)

  • all foreign keys casade deletion now

2.5.2 (2017-11-02)

2.5.1 (2017-10-30)

  • fix migration 0034 on postgres

2.5.0 (2017-10-28)

  • removed downcasting queries

  • removed django-model-utils dependency

  • refactored admin classes

    project-callisto#200

2.4.4 (2017-10-28)

  • fix button order in example app

2.4.3 (2017-10-20)

2.4.2 (2017-10-19)

2.4.1 (2017-10-17)

2.4.0 (2017-10-17)

  • question fields are now generated from session data, rather than being pulled from the database on each request

    project-callisto#192

2.3.0 (2017-10-12)

2.2.4 (2017-10-12)

2.2.3 (2017-09-19)

2.2.2 (2017-09-18)

2.2.1 (2017-09-15)

  • remove tinymce

2.1.0 (2017-09-14)

  • views / view_partials / view_helpers cleanup

  • WizardFormPartial moved from views.py to view_partials.py

    project-callisto#169

2.0.0 (2017-09-12)

  • disable WIP conditionals on review page

  • update StorageHelper session api, which is now

    • StorageHelper.current_data_from_storage

    • StorageHelper.add_data_to_storage

    • StorageHelper.init_storage

      https://github.com/SexualHealthInnovations/django-wizard-builder/pull/164
      

1.0.6 (2017-09-06)

  • show unanswered questions on the review page

1.0.2 (2017-08-22)

  • add debug logging to wizard manager

1.0.0 (2017-08-20)

0.5.5 (2017-08-18)

0.3.2 (2017-08-07)

  • add wizard form templates

  • remove SingleLineTextWithMap, MultiLineText, Date

  • add Choice extra widgets

  • add django-widget-tweaks dependency

    project-callisto#112

0.3.1 (2017-08-04)

  • pypi cleanup release

0.3.0 (2017-08-03)

  • remove models.PageBase, TextPage, Conditional

  • rename models.QuestionPage to models.Page

  • remove formtools dependency

  • add django-tinymce4-lite dependency

    project-callisto#95

0.2.1 (2017-06-12)

0.1.2 (2017-05-16)

0.1.1 (2017-05-16)

0.1.0 (2017-05-16)

0.0.9 (2017-04-27)

  • Add request domain support

0.0.1 (2016-05-16)

  • First release on PyPI.