github sqlalchemy/alembic rel_0_3_0
0.3.0

latest releases: rel_1_15_2, rel_1_15_1, rel_1_15_0...
5 years ago

0.3.0

Released: Thu Apr 05 2012

  • [general] The focus of 0.3 is to clean up
    and more fully document the public API of Alembic,
    including better accessors on the MigrationContext
    and ScriptDirectory objects. Methods that are
    not considered to be public on these objects have
    been underscored, and methods which should be public
    have been cleaned up and documented, including:

    MigrationContext.get_current_revision()
    ScriptDirectory.iterate_revisions()
    ScriptDirectory.get_current_head()
    ScriptDirectory.get_heads()
    ScriptDirectory.get_base()
    ScriptDirectory.generate_revision()

  • [feature] Added a bit of autogenerate to the
    public API in the form of the function
    alembic.autogenerate.compare_metadata.

Don't miss a new alembic release

NewReleases is sending notifications on new releases.