Changelog for
python-Flask-Migrate-2.0.0-2.1.noarch.rpm :
Fri Sep 16 14:00:00 2016 toddrme2178AATTgmail.com
- Update to Release 2.0.0
- Added Travis CI builds for Python 3.5
- Support for the new Flask CLI based on Click
- Update to Release 1.8.1
- Allow to init_app to work correctly when db is given in constructor (#118)
- Update to Release 1.8.0
- Allow db to be given in constructor, while app is given later in `init_app`
- Added missing Python 2 classifiers in setup script
- Various documentation updates
- Update to Release 1.7.0
- Added `migrate.configure` decorator to register configuration callbacks
- Documentation updates
- Update to Release 1.6.0
- Added support for Alembic\'s `edit` command
- Allow migration directory to be given in constructor and not in `init_app`
- Update to Release 1.5.1
- Do not generate a migration if no schema changes are found
- Merge command now supports multiple arguments
- Update to Release 1.5.0
- Support for multiple databases
- Added support for Alembic\'s `-x` option
- Added sane default for `db downgrade --sql` command
Mon Jun 8 14:00:00 2015 prusnakAATTopensuse.org
- created package (version 1.4.0)