Proposal data is now stored in a list rather then a dictionary for the AssignedProposals JSON object.
As requested by Mario.
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"])