app/django/test/signals.py
author Lennard de Rijk <ljvderijk@gmail.com>
Thu, 01 Oct 2009 20:37:55 +0200
changeset 2999 d933a6da5eef
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Only store all the entities once in the ModuleConversion, after the for loop.

from django.dispatch import Signal

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