app/django/core/signals.py
author Pawel Solyga <Pawel.Solyga@gmail.com>
Tue, 30 Sep 2008 12:47:05 +0000
changeset 210 d05444cf4641
parent 54 03e267d67478
child 323 ff1a9aa48cfd
permissions -rw-r--r--
Replaced context.update call to simple value assignment in site.user.profile.create view function.

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