app/django/test/signals.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 21 Feb 2009 23:35:58 +0000
changeset 1448 abb676cb0094
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Added an 'are you sure' message to the delete button Patch by: Sverre Rabbelier

from django.dispatch import Signal

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