Skip to content

Django Data Wizard 1.0.0

Compare
Choose a tag to compare
@sheppard sheppard released this 31 Jul 21:43

Django Data Wizard 1.0.0 is finally here! This is the first stable release of Django Data Wizard 1.0, which is now ready for production use.

Changes since Django Data Wizard 1.0.0 RC1

Other changes since vera 0.6.2

  • Pre-Beta Changes
  • Changes in Beta 1
    • Rename package module from dbio to data_wizard; publish as data-wizard on PyPI
    • Use package-specific models (Identifier, Range, and Record) instead of wq.db's identify and relate patterns (#4)
  • Changes in Beta 2
    • Incorporate default wq-compatible templates for user interface
  • Changes in RC 1
    • Create a registration API for importing arbitrary structured data via Django REST Framework model serializers; completely factor out vera dependency and minimize reliance on wq.db. (#1, #3, #5)