app/django/test/signals.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 03 Feb 2009 08:36:05 +0000
changeset 1197 7785b5091f07
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fixes a bug where notifications can't be deleted. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

from django.dispatch import Signal

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