app/django/test/signals.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 04 Jul 2009 14:22:02 +0200
changeset 2529 3f2484621f1c
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Added Daniel Diniz and Zachary Voase to the AUTHORS file.

from django.dispatch import Signal

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