summaryrefslogtreecommitdiffstats
path: root/webapp/django/test/signals.py
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commit38966837f9f0b331b3cafa3dccb8b41f8c42c671 (patch)
treeff79845ba8f053cc0e57ee2020acd5957cc2022e /webapp/django/test/signals.py
Initial Contributionv1.0
Diffstat (limited to 'webapp/django/test/signals.py')
-rw-r--r--webapp/django/test/signals.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/webapp/django/test/signals.py b/webapp/django/test/signals.py
new file mode 100644
index 0000000000..a328a7782e
--- /dev/null
+++ b/webapp/django/test/signals.py
@@ -0,0 +1,3 @@
+from django.dispatch import Signal
+
+template_rendered = Signal(providing_args=["template", "context"])