Skip to content

Improved poll list page

Sivert Olstad requested to merge improved-poll-list-page into main

Closes #170 (closed)

When there are multiple winning choices for a poll, an arbitrary choice is displayed, because getting all winning choices in a single, clean call seems to be impossible with the current state of the Django ORM. I think multiple winning choices is a rare enough situation that we can defer fixing the issue until the Django ORM is improved (the ORM needs to support filtering on window expressions)

Merge request reports