app/django/test/signals.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Wed, 27 May 2009 00:31:40 +0200
changeset 2359 d4de17ab9a1f
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Style and variable names fixes in soc.modules.core module.

from django.dispatch import Signal

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