docs: tweak glossary for db session
This commit is contained in:
parent
ce79346f76
commit
174a17dd5e
|
@ -182,8 +182,9 @@ Glossary
|
||||||
The "session" is a SQLAlchemy abstraction for an open database
|
The "session" is a SQLAlchemy abstraction for an open database
|
||||||
connection, essentially.
|
connection, essentially.
|
||||||
|
|
||||||
In practice this generally refers to a
|
For the :term:`app database`, the class used is
|
||||||
:class:`~wuttjamaican.db.sess.Session` instance.
|
:class:`~wuttjamaican.db.sess.Session`; other databases may use
|
||||||
|
different classes.
|
||||||
|
|
||||||
email handler
|
email handler
|
||||||
The :term:`handler` responsible for sending email on behalf of
|
The :term:`handler` responsible for sending email on behalf of
|
||||||
|
|
Loading…
Reference in a new issue