app/django/test/signals.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 15 Mar 2009 20:27:50 +0000 (2009-03-15)
changeset 1883 ce564c03d90a
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
The StudentProposal review view now also allow you to subscribe to public/private reviews. Note that message sending is not yet implemented. Also moved the other GET parameter stuff into ReviewGet method. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed
from django.dispatch import Signal

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