app/django/test/signals.py
author Tim Ansell <mithro@gmail.com>
Sun, 01 Mar 2009 02:11:19 +0000
changeset 1572 45aa2f120b40
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Small fix so that error fields get the same formatting as non-error fields.

from django.dispatch import Signal

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