app/django/test/signals.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 14 Mar 2009 19:46:20 +0000
changeset 1855 8c76c32a2392
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Fixed a very obvious bug in slots() The bug was not visible due to the allocator always returning an empty dictionary. Patch by: Sverre Rabbelier

from django.dispatch import Signal

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