app/django/test/signals.py
author Lennard de Rijk <ljvderijk@gmail.com>
Tue, 26 May 2009 02:03:53 +0200
changeset 2353 616df973e457
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fixed the notification list to show a properly formatted date and time column.

from django.dispatch import Signal

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