app/django/test/signals.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 21 Feb 2009 20:13:46 +0000
changeset 1440 58ac0b3f59ac
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Also pass the prefix in the document cleaning method The prefix is needed to determine how far to walk up the scope. Patch by: Sverre Rabbelier

from django.dispatch import Signal

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