Skip to content

Commit

Permalink
Remove extmigrate from Flask repo
Browse files Browse the repository at this point in the history
* Remove extmigrate from Flask repo

* Update docs to reflect new repo location
  • Loading branch information
keyan authored and untitaker committed Apr 4, 2016
1 parent 6bf42f9 commit 1a877fb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 239 deletions.
2 changes: 1 addition & 1 deletion docs/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Extension imports of the form ``flask.ext.foo`` are deprecated, you should use
The old form still works, but Flask will issue a
``flask.exthook.ExtDeprecationWarning`` for each extension you import the old
way. We also provide a migration utility called `flask-ext-migrate
<https://github.com/pocoo/flask-ext-migrate>`_ that is supposed to
<https://github.com/pallets/flask-ext-migrate>`_ that is supposed to
automatically rewrite your imports for this.

.. _upgrading-to-010:
Expand Down
162 changes: 0 additions & 162 deletions scripts/flaskext_migrate.py

This file was deleted.

76 changes: 0 additions & 76 deletions scripts/test_import_migration.py

This file was deleted.

0 comments on commit 1a877fb

Please sign in to comment.