app/django/test/signals.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 02 Feb 2009 16:57:21 +0000
changeset 1188 d40ace54d14b
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Reset the RELEASE_TAG to None (unreleased) now that the 0.2-20090202 release candidate branch has been created. Patch by: Pawel Solyga

from django.dispatch import Signal

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