]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- fix inheritance persistence
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 Dec 2014 01:21:20 +0000 (20:21 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 Dec 2014 01:21:20 +0000 (20:21 -0500)
commitc42b8f8eb8f4c324e2469bf3baaa316c214abce5
treea5cde5ef779ccdb306351f0ad9624451ea873bdd
parente257ca6c5268517ec2e9a561372d82dfc10475e8
- fix inheritance persistence
- start writing docs
lib/sqlalchemy/orm/persistence.py
lib/sqlalchemy/orm/session.py
lib/sqlalchemy/orm/sync.py
test/orm/test_bulk.py