app/django/test/signals.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 20 May 2009 12:32:36 +0200
changeset 2329 4e487ffd4102
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Add comment to clean_html_content function and update __authors__.

from django.dispatch import Signal

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