Skip to content

1.0.0

Compare
Choose a tag to compare
@sh4nks sh4nks released this 04 Jul 22:25
· 468 commits to master since this release

First release since 2013.

  • Changed the way of importing Flask-Cache. Instead of using the depreacted
    method for importing Flask Extensions (via flask.ext.cache),
    the name of the extension, flask_cache is used. Have a look at
    Flask's documentation
    for more information regarding this matter. This also fixes the
    deprecation warning from Flask.
  • Lots of PEP8 and Documentation fixes.
  • Renamed this fork Flask-Caching (flask_caching) as it will now be
    available on PyPI for download.

In addition to the above mentioned fixes, following pull requests have been
merged into this fork of Flask-Cache: