app/django/test/signals.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 05 Jul 2009 13:31:34 +0200
changeset 2549 1ad10bf1d935
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Changed the filter for getting a SurveyRecord for a ProjectSurvey ProjectSurveyRecords are characterized by the Survey and a Project entity. The user property is just there to state who last submitted the Survey.

from django.dispatch import Signal

template_rendered = Signal(providing_args=["template", "context"])