Django Data Wizard 1.0.0
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
- Fix generation of empty queryset (71bf665)
- Add a simple list view (6a36cbc)
- Incorporate Code of Conduct and Contributing Guidelines
- Documentation updates
Other changes since vera 0.6.2
- Pre-Beta Changes
- Extract from
wq.db.contrib.dbio
into standalone package with dependencies on wq.db and vera (wq/wq.db#29) - See the release notes for wq.db 0.7 and vera 0.7
- Extract from
- Changes in Beta 1
- Rename package module from
dbio
todata_wizard
; publish asdata-wizard
on PyPI - Use package-specific models (
Identifier
,Range
, andRecord
) instead of wq.db'sidentify
andrelate
patterns (#4)
- Rename package module from
- Changes in Beta 2
- Incorporate default wq-compatible templates for user interface
- Changes in RC 1