]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- add a test and changelog notes for the fact that a non-autogenerate
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 Aug 2015 17:06:56 +0000 (13:06 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 21 Aug 2015 17:06:56 +0000 (13:06 -0400)
commitec7c2b721f73f2770e2ed9ac770bc873065c1e60
treeaf06ee9ac888f6157544953fff56aaa01c713c1b
parent28d37a9c57e0fcdfbe129e763e8a7f1d108ed9ee
- add a test and changelog notes for the fact that a non-autogenerate
run can render Python code in upgradeops/downgradeops via the
process_revision_directives hook.
alembic/autogenerate/api.py
alembic/runtime/environment.py
docs/build/changelog.rst
tests/test_script_production.py