BASE_POLL_FIELDS = ( "state", "type", "title", "groups", "votesvalid", "votesinvalid", "votescast", "options", "voted", "id", ) BASE_OPTION_FIELDS = ("id", "yes", "no", "abstain") BASE_VOTE_FIELDS = ("id", "weight", "value", "user", "option")