Files @ 78d13a9ffa45
Branch filter:

Location: symposion_app/symposion/reviews/migrations/__init__.py

Martey Dodoo
Fix queryset used in "Not Reviewed" view.

The `speaker` field on the `Proposal` model corresponds to a `Speaker`,
not a `User`, so the old queryset created a ValueError.