]> 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:09 +0000 (10:54 -0400)
commitd57e5edbcdf915168c613cdd6da0bd7bea877fa4
tree883de7c3cd83335e6935f7532a70ac537683eca3
parent03e47a8255476d9ed50c5aec73e6c272761d67eb
- 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.
doc/build/changelog/changelog_10.rst
examples/versioned_history/history_meta.py
examples/versioned_history/test_versioning.py