app/django/test/signals.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 14 Feb 2009 20:26:27 +0000
changeset 1327 f6f70eb8d8bf
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Now using the correct path to the loading animation in jquery-thickbox. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

from django.dispatch import Signal

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