app/django/test/signals.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Mon, 01 Jun 2009 22:17:38 +0200
changeset 2375 b9b203dc96d8
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Make taggable-mixin tests working by updating GAE path.

from django.dispatch import Signal

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