app/django/test/signals.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 06 Apr 2009 21:19:58 +0000
changeset 2098 6557b0b1305f
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fix too long line in soc.views.models.student_proposal module. Patch by: Pawel Solyga Reviewed by: to-be-reviewed

from django.dispatch import Signal

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