app/django/test/signals.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 27 May 2009 20:37:04 +0200
changeset 2366 1a954e80d444
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Style fixes and pylint: disable-msg comments in different modules.

from django.dispatch import Signal

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