github sqlalchemy/alembic rel_1_0_1
1.0.1

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

1.0.1

Released: October 17, 2018

  • [bug] [commands] Fixed an issue where revision descriptions were essentially
    being formatted twice. Any revision description that contained
    characters like %, writing output to stdout will fail because
    the call to config.print_stdout attempted to format any
    additional args passed to the function.
    This fix now only applies string formatting if any args are provided
    along with the output text.

    References: #497

  • [autogenerate] [bug] Fixed issue where removed method union_update() was used when a
    customized MigrationScript instance included entries in the
    .imports data member, raising an AttributeError.

    References: #512

Don't miss a new alembic release

NewReleases is sending notifications on new releases.