Files @ 10f16cf8289e
Branch filter:

Location: kallithea/docs/readme.rst

Søren Løvborg
cleanup: remove SQLAlchemy session argument to action_logger

There's always a global SQLAlchemy session associated with the current
thread; using another session for a single function call does not make
any sense (as sessions cannot be mixed), unless the code works carefully
to ensure the two sessions (and all objects loaded from them) are kept
completely separate. Suffice to say that Kallithea does no such thing,
thus there's no need to pretend to support multiple concurrent sessions.
1
2
3
.. _readme:

.. include:: ./../README.rst