]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- move the "legacy names" system into where we create the module proxy.
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Jul 2015 16:42:19 +0000 (12:42 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 14 Jul 2015 16:42:19 +0000 (12:42 -0400)
commit6f8d0f2e2d119a092bd4c46c42eca2d4737e0d23
tree82d5c475d2a239a92583ded424083bb8ea9bdfa6
parenta294f8cc3f2e5fc2cad048bc4ce27c57554e2688
- move the "legacy names" system into where we create the module proxy.
This is so that we can do a total open ended "*args, **kw" style translation
for the vast majority of use cases that are using alembic.op, without impacting
docstrings for the Operations class.
There is a risk here of impacting an application that is using Operations
directly instantitaed while using old names.   We may still have to accommodate
that somehow.
alembic/operations/base.py
alembic/operations/ops.py
alembic/util/langhelpers.py
tests/test_op.py