app/django/test/signals.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Thu, 20 Nov 2008 23:34:26 +0000
changeset 527 56904cacdbe2
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Delete some more not needed directories this time in soc/logic and soc/templates. Patch by: Pawel Solyga

from django.dispatch import Signal

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