Remove extmigrate from Flask repo

* Remove extmigrate from Flask repo

* Update docs to reflect new repo location
This commit is contained in:
Keyan Pishdadian 2016-04-04 17:19:10 -04:00 committed by Markus Unterwaditzer
parent 6bf42f9a84
commit 1a877fbaa0
3 changed files with 1 additions and 239 deletions

View file

@ -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: