]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commit
- The rendering of any construct during autogenerate
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Mar 2013 23:56:50 +0000 (18:56 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Mar 2013 23:56:50 +0000 (18:56 -0500)
commit35f8e319b07882dab83f144688d872a9fe507a46
tree680cb78ab4f01c0f6855313f5d34764becdd2cad
parentc964b401c7c35c13586b870a24dcd1300a82da56
- The rendering of any construct during autogenerate
can be customized, in particular to allow special rendering
for user-defined column, constraint subclasses, using new
``render_item`` argument to
:meth:`.EnvironmentContext.configure`.
#108
alembic/autogenerate.py
alembic/environment.py
alembic/migration.py
docs/build/changelog.rst
tests/test_autogenerate.py