~~~~~~~~~~~~~~~~~~~
- Fixes onegov.ballot not working with SQLAlchemy 1.1.
[href]
(2016-09-26)
~~~~~~~~~~~~~~~~~~~
- Adds a new domain of influence: municipality.
**This release includes some breaking changes!**
The following rows have been renamed:
- Election.total_municipalities -> Election.total_entities
- Election.counted_municipalities -> Election.counted_entities
- ElectionResult.municipality_id -> Election.entity_id
- BallotResult.municipality_id -> Election.entity_id
The election and vote exports have changed their columns accordingly.
[msom]