app/django/test/signals.py
author Sverre Rabbelier <sverre@rabbelier.nl>
Sun, 10 May 2009 02:29:07 +0200
changeset 2305 eb4d331d41aa
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Add .git to the .hgignore file

from django.dispatch import Signal

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