app/django/core/signals.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Tue, 19 Aug 2008 18:06:23 +0000
changeset 80 55542eddada5
parent 54 03e267d67478
child 323 ff1a9aa48cfd
permissions -rw-r--r--
Indents in css file are now 2 spaces long. Patch by: Pawel Solyga Review by: Todd Larsen Review issue: 385 Review URL: http://codereviews.googleopensourceprograms.com/385

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