app/django/test/signals.py
author Lennard de Rijk <ljvderijk@gmail.com>
Sun, 08 Mar 2009 13:11:49 +0000
changeset 1740 fbc2ad561c4b
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Added a new method in the review logic to return all reviews for the given entity as scope. Patch by: Lennard de Rijk Reviewed by: to-be-reviewed

from django.dispatch import Signal

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