Skip to content

flask.ext.cache throws deprecation warnings  #142

@deidyomega

Description

@deidyomega

When using flask_cache:

ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead.

Even if user code is correct (using flask_cache instead of flask.ext.cache) the warning is still thrown. I suspect this is because internally an import to flask.ext.cache is called, thus spawning the warning.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions