app/django/test/signals.py
author dhans
Mon, 13 Jul 2009 11:19:55 +0200
changeset 2624 5604204998c5
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fixed issue with opening items on survey lists while pressing ctrl button

from django.dispatch import Signal

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