app/django/test/signals.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 21 Mar 2009 18:15:18 +0000
changeset 1983 ba5be8275a75
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Student proposal list now shows proper date and the normal list shows the organization name. Addresses Issue 396. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

from django.dispatch import Signal

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