app/django/core/signals.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Fri, 10 Oct 2008 06:56:56 +0000
changeset 296 b02dd2a5f329
parent 54 03e267d67478
child 323 ff1a9aa48cfd
permissions -rw-r--r--
Add missing __init__.py to soc/logic/helper folder (Caused home page not to work).

request_started = object()
request_finished = object()
got_request_exception = object()