]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- Altered the support for "sourceless" migration files (e.g. only
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Mar 2014 14:47:55 +0000 (10:47 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 14 Mar 2014 14:47:55 +0000 (10:47 -0400)
commit623c7e76ef04c5656d7a116287a39e318f6744b1
tree000f2b36a3dd0e5332018e3b64def0b48e8de325
parentefdf9e408fb10049de5effd3dade6fa276190c4b
- Altered the support for "sourceless" migration files (e.g. only
.pyc or .pyo present) so that the flag "sourceless=true" needs to
be in alembic.ini for this behavior to take effect.
fixes #163
alembic/script.py
alembic/templates/generic/alembic.ini.mako
alembic/templates/multidb/alembic.ini.mako
alembic/templates/pylons/alembic.ini.mako
docs/build/changelog.rst
docs/build/tutorial.rst
tests/__init__.py
tests/test_versioning.py