- maintainence release
- supress extra question inlines
- add a missing migration
- remove direct use of get_current_site
- all foreign keys casade deletion now
-
re-enable conditionals
- fix migration 0034 on postgres
-
removed downcasting queries
-
removed django-model-utils dependency
-
refactored admin classes
- fix button order in example app
-
partially disable conditionals
-
answer display updates for callisto-core data persistence PR
-
move field generating code out of the models
-
question fields are now generated from session data, rather than being pulled from the database on each request
-
add TextArea question type (s/o @scattermagic)
-
fix multiple choice answer display on review page (s/o @scattermagic)
-
fix a bug with incorrectly formatted review page answers
-
update tests for callisto's use case
-
remove infobox
- remove tinymce
-
views / view_partials / view_helpers cleanup
-
WizardFormPartial moved from views.py to view_partials.py
-
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
-
- show unanswered questions on the review page
- add debug logging to wizard manager
-
first major release version
-
lock api to callisto-core
-
Refactor wizard views into a FormView
-
remove all django-formtools legacy code
-
added fixtures and template defaults
-
added some heroku setup management commands
-
include tests in release
-
add wizard form templates
-
remove SingleLineTextWithMap, MultiLineText, Date
-
add Choice extra widgets
-
add django-widget-tweaks dependency
- pypi cleanup release
-
remove models.PageBase, TextPage, Conditional
-
rename models.QuestionPage to models.Page
-
remove formtools dependency
-
add django-tinymce4-lite dependency
-
change models.PageBase.site to models.PageBase.sites
-
pypi cleanup
-
add dumpdata downcasting disable hack
-
remove django-polymorphic, and replace it with django-model-utils
- Add request domain support
- First release on PyPI.