]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- modify what we did in [ticket:2793] so that we can also set the
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 7 Sep 2013 01:39:36 +0000 (21:39 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 7 Sep 2013 01:39:36 +0000 (21:39 -0400)
commit5a6895471fb6bf9afe9bdf017f1fa2c6246ae303
tree5c14811273d5b2e328a59e323593535bfa112b86
parente8167548429b9d4937caaa09740ffe9bdab1ef61
- modify what we did in [ticket:2793] so that we can also set the
version id programmatically outside of the generator.   using this system,
we can also leave the version id alone.
doc/build/changelog/changelog_09.rst
doc/build/changelog/migration_09.rst
doc/build/orm/mapper_config.rst
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/persistence.py
lib/sqlalchemy/orm/strategies.py
test/orm/test_versioning.py