3
0
Fork 0

fix: move model base class out of model subpkg

and other things, used by other packages (rattail)

otherwise when rattail imports them, the whole WJ model comes along
with it and it can interfere with sqlalchemy-continuum versioning
This commit is contained in:
Lance Edgar 2024-08-30 20:30:09 -05:00
parent e9507fb5a4
commit 4c51189d41
7 changed files with 134 additions and 82 deletions

View file

@ -0,0 +1,6 @@
``wuttjamaican.db.util``
========================
.. automodule:: wuttjamaican.db.util
:members:

View file

@ -17,6 +17,7 @@
db.model.base
db.model.upgrades
db.sess
db.util
email
email.handler
email.message