app/django/test/signals.py
author Lennard de Rijk <ljvderijk@gmail.com>
Mon, 29 Dec 2008 18:51:36 +0000
changeset 763 c31a2eb14d6d
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Set no_create_with_key_fields paramater to True for Notifications. Patch by: Lennard de Rijk

from django.dispatch import Signal

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