app/django/test/signals.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 02 Feb 2009 20:07:52 +0000
changeset 1190 449b9d93d890
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Probably fixed a bug on the live instance. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

from django.dispatch import Signal

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