app/django/test/signals.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Tue, 26 May 2009 22:04:52 +0200
changeset 2356 7c0a55e8e46f
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Some small fixes to unique_user_id_adder module.

from django.dispatch import Signal

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