app/django/test/signals.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 15 Feb 2009 14:56:30 +0000 (2009-02-15)
changeset 1341 1b4b4a9ac17b
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Add an as_readonly_table filter Results in a very plain table, with no error messages etc. Intended use is in combination with PTW's. Patch by: Sverre Rabbelier
from django.dispatch import Signal

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