]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
turn alembic.op and alembic.context into real proxy modules,
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jan 2012 20:43:57 +0000 (15:43 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 26 Jan 2012 20:43:57 +0000 (15:43 -0500)
commit69c7c2bf0b387df7b4e68bb8bccb331688df2beb
tree47a830a94922b3f4e52386651bba7a201fd13b1d
parent279f8359031a363e0c43a49dd87ac133eba4f6e9
turn alembic.op and alembic.context into real proxy modules,
with an accurate system of reflecting the Operations and
EnvironmentContext methods into them.
alembic/__init__.py
alembic/context.py [new file with mode: 0644]
alembic/environment.py
alembic/op.py
alembic/operations.py
alembic/util.py
docs/build/api.rst
docs/build/front.rst
tests/test_op.py