app/django/test/signals.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 21 Feb 2009 16:00:17 +0000
changeset 1432 cc58eb1136d6
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Hook up dynafields in params.py The helper method getDynaFields converts a list with dynafield dicts to a dictionary with dynaproperties and is used to update the create- and edit_dynaproperties dicts. Patch by: Sverre Rabbelier

from django.dispatch import Signal

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