summaryrefslogtreecommitdiff
path: root/docs/api/events.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-08-29 18:48:48 +0000
committerChris McDonough <chrism@agendaless.com>2008-08-29 18:48:48 +0000
commitfaaebc304a29308a98b22d8fc56c500b018b6c90 (patch)
treea5e3430eecff3fa11ea7cee6c15dbfccaecaa08f /docs/api/events.rst
parent770ee43de26fbd04c27f32121d2a4a1138c93d82 (diff)
downloadpyramid-faaebc304a29308a98b22d8fc56c500b018b6c90.tar.gz
pyramid-faaebc304a29308a98b22d8fc56c500b018b6c90.tar.bz2
pyramid-faaebc304a29308a98b22d8fc56c500b018b6c90.zip
Rejigger and document wsgi app created event.
Diffstat (limited to 'docs/api/events.rst')
-rw-r--r--docs/api/events.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/api/events.rst b/docs/api/events.rst
index b2cd4a100..bb1ba1cf5 100644
--- a/docs/api/events.rst
+++ b/docs/api/events.rst
@@ -9,6 +9,8 @@
.. autoclass:: NewResponse
+ .. autoclass:: WSGIApplicationCreatedEvent
+
See :ref:`events_chapter` for more information about how to register
code which subscribes to these events.