]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed bug which prevented history_meta recipe from working with
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Nov 2013 01:35:24 +0000 (20:35 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 8 Nov 2013 01:35:24 +0000 (20:35 -0500)
commit29a07fc09a6c11b3e05457e2a8122682a90a4419
tree166d9127543246e19dd1b471ad7df54e66450993
parent5d0e84434f116460d64d3078f650d9c89004f2a9
- Fixed bug which prevented history_meta recipe from working with
joined inheritance schemes more than one level deep.
- don't need to use _lib.py here anymore now that these features are in
sqlalchemy.testing
doc/build/changelog/changelog_09.rst
examples/versioning/_lib.py [deleted file]
examples/versioning/history_meta.py
examples/versioning/test_versioning.py