diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-08-29 18:48:48 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-08-29 18:48:48 +0000 |
| commit | faaebc304a29308a98b22d8fc56c500b018b6c90 (patch) | |
| tree | a5e3430eecff3fa11ea7cee6c15dbfccaecaa08f /docs/api/events.rst | |
| parent | 770ee43de26fbd04c27f32121d2a4a1138c93d82 (diff) | |
| download | pyramid-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.rst | 2 |
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. |
