Skip to content

Django Data Wizard 2.0

Latest
Compare
Choose a tag to compare
@sheppard sheppard released this 23 Jun 05:07
· 23 commits to main since this release

Django Data Wizard 2.0 has arrived! This release brings improved customizability, as well as a new React / Material UI interface to supplement the existing Django Admin integration.

Be sure to check out the new documentation site!

All changes by @sheppard.

New Features

Breaking Changes

  • Dropped support for Python < 3.6, Django < 2.2, and Django REST Framework < 3.9 (22b36c0, 6f16312)
  • Dropped support for wq framework < 1.3 (jQuery Mobile / Mustache templates) (5859f67)
  • Changed default IDMAP setting from "data_wizard.idmap.never" to "data_wizard.idmap.existing" (6f16312)
  • Always default the BACKEND setting to "data_wizard.backends.threading", even if Celery is installed. If you want to use the "data_wizard.backends.celery" backend, set it explicitly.

Other Minor Improvements