app/django/test/signals.py
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 12 Oct 2008 18:40:32 +0000
changeset 311 a2121c1143b2
parent 54 03e267d67478
child 323 ff1a9aa48cfd
permissions -rw-r--r--
Dictionaries need String values for keys The cleanup patch earlier mistakenly used raw names as keys to the dictionary (such as one would do in a function call). This fixes that mistake. Patch by: Sverre Rabbelier Reviewed by: to-be-reviewed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
54
03e267d67478 Major reorganization of the soc svn repo, to merge into a single App Engine
Todd Larsen <tlarsen@google.com>
parents:
diff changeset
     1
template_rendered = object()