app/django/test/signals.py
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 08 Jan 2009 21:23:42 +0000
changeset 788 892877b7db07
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Factored out the clean_existing_user method Patch by: Sverre Rabbelier

from django.dispatch import Signal

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