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:
parent
e9507fb5a4
commit
4c51189d41
7 changed files with 134 additions and 82 deletions
6
docs/api/wuttjamaican/db.util.rst
Normal file
6
docs/api/wuttjamaican/db.util.rst
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
``wuttjamaican.db.util``
|
||||
========================
|
||||
|
||||
.. automodule:: wuttjamaican.db.util
|
||||
:members:
|
|
@ -17,6 +17,7 @@
|
|||
db.model.base
|
||||
db.model.upgrades
|
||||
db.sess
|
||||
db.util
|
||||
email
|
||||
email.handler
|
||||
email.message
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue