Students who withdraw their proposal will now be removed from the ranker.
And therefore don't influence the ranking of other proposals anymore.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
from django.dispatch import Signal
request_started = Signal()
request_finished = Signal()
got_request_exception = Signal(providing_args=["request"])