app/django/core/signals.py
author Todd Larsen <tlarsen@google.com>
Wed, 01 Oct 2008 02:13:54 +0000
changeset 230 cb2c7ae5424d
parent 54 03e267d67478
child 323 ff1a9aa48cfd
permissions -rw-r--r--
Fix typo in findNearestUsersOffset() __doc__ string missed in r661.

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