]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- [feature] The naming of revision files can
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Jan 2012 20:25:28 +0000 (15:25 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Jan 2012 20:25:28 +0000 (15:25 -0500)
commit14d05f4b062c1cd237447f66467e234ee30ab3f7
tree7e10d7647decd0f424d60d06532299578242f1e1
parenta851daaa1b2a4efa5990f55c3c97282cafdab9e1
- [feature] The naming of revision files can
  now be customized to be some combination
  of "rev id" and "slug", the latter of which
  is based on the revision message.
  By default, the pattern "<rev>_<slug>"
  is used for new files.   New script files
  should include the "revision" variable
  for this to work, which is part of
  the newer script.py.mako scripts.
  [#24]
CHANGES
alembic/config.py
alembic/script.py
alembic/templates/generic/script.py.mako
alembic/templates/multidb/script.py.mako
alembic/templates/pylons/script.py.mako
tests/__init__.py
tests/test_autogenerate.py
tests/test_postgresql.py
tests/test_revision_create.py
tests/test_versioning.py