diff options
Diffstat (limited to 'doc/build/orm/events.rst')
-rw-r--r-- | doc/build/orm/events.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/build/orm/events.rst b/doc/build/orm/events.rst index 235861952..2be74bf57 100644 --- a/doc/build/orm/events.rst +++ b/doc/build/orm/events.rst @@ -39,6 +39,8 @@ Session Events Instrumentation Events ----------------------- +.. automodule:: sqlalchemy.orm.instrumentation + .. autoclass:: sqlalchemy.orm.events.InstrumentationEvents :members: |