app/django/test/signals.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 29 Jan 2009 15:55:40 +0000
changeset 1063 f529113e1bc5
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Redone access checks in club and sponsor model to deal with state property in their model. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

from django.dispatch import Signal

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