pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 147 forks source link

Fix queryset used in "Not Reviewed" view. #127

Closed martey closed 8 years ago

martey commented 8 years ago

The speaker field on the Proposal model corresponds to a Speaker, not a User, so the old queryset created a ValueError when accessing the list of unreviewed proposals.

paltman commented 8 years ago

Thanks!