app/django/test/signals.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sat, 18 Apr 2009 15:06:36 +0000
changeset 2219 6f835882160e
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fixed typo and added myself to authors in the cron/job module. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

from django.dispatch import Signal

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