app/django/test/signals.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 22 Nov 2008 20:54:42 +0000
changeset 564 d928d226cfad
parent 323 ff1a9aa48cfd
permissions -rw-r--r--
Hide the 'home' field until we have a proper document selector Rather than having a confusing 'home' field that lists all Linkables (in other words, everything in the database), we're better off hiding it for now.

from django.dispatch import Signal

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