vera 1.0.0 builds on the second beta with a couple of improvements for compatibility with the final releases of wq.db 1.0 and Django Data Wizard 1.0.
Changes since vera 1.0 beta 2
- Leverage the new cache option in wq.db (79e58ca, fdc1dd3).
- Invert the relationship between vera and the Django Data Wizard (73e992f, see wq/django-data-wizard#3). Where as the wizard formerly depended on vera, vera now depends on the wizard and implements four wizard templates (serializers), as described in the updated documentation.
Other changes since vera 0.8.0
- Changes in Beta 1
- Compatibility with wq.db 1.0 beta and the new standalone natural-keys library.
- Changes in Beta 2
- Split app into three modules (
vera.params
,vera.series
, andvera.results
) to work around persistent challenges with swappable models (see openwisp/django-swappable-models#12)
- Split app into three modules (