]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed two issues in the "history_meta" example where history tracking
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Aug 2015 14:54:09 +0000 (10:54 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 24 Aug 2015 14:54:25 +0000 (10:54 -0400)
commit4bd1c615af12bdd8092d4f5f30f45994bc941900
tree0f598367f6a5516782c8be1885a0265344c670a9
parent2759ec3e8a3ab192170be767bba2dd2112aa433f
- Fixed two issues in the "history_meta" example where history tracking
could encounter empty history, and where a column keyed to an alternate
attribute name would fail to track properly.  Fixes courtesy
Alex Fraser.

(cherry picked from commit d57e5edbcdf915168c613cdd6da0bd7bea877fa4)
doc/build/changelog/changelog_10.rst
examples/versioned_history/history_meta.py
examples/versioned_history/test_versioning.py