app/django/test/signals.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 25 Jan 2009 23:35:39 +0000
changeset 997 d4ba019f1f8b
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Added flushing the sidebar when dealing with notifications. On request from Pawel Solyga. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

from django.dispatch import Signal

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