croach / Flask-Fixtures

A simple library for adding database fixtures for unit tests using nothing but JSON or YAML.
MIT License
63 stars 30 forks source link

Ext deprecation #26

Closed mcrowson closed 7 years ago

mcrowson commented 8 years ago

replacing flask.ext. with flask_

mcrowson commented 8 years ago

flask.ext is deprecated:

https://github.com/pallets/flask/blob/master/CHANGES#L102 https://github.com/pallets/flask/pull/1484

croach commented 7 years ago

Awesome! Thanks a bunch for the commit!