Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flask.ext.cache throws deprecation warnings #142

Open
deidyomega opened this issue Jun 5, 2016 · 12 comments
Open

flask.ext.cache throws deprecation warnings #142

deidyomega opened this issue Jun 5, 2016 · 12 comments

Comments

@deidyomega
Copy link

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.

@woozyking
Copy link

This starts from Flask 0.11

@dappiu
Copy link

dappiu commented Jun 7, 2016

I didn't saw the issue before, but just created a pull request for this #144
It's a while that this import format is reported as deprecate (since the long standing 0.10 for sure), I think is relatively safe to change to the new format

@ar-anvd
Copy link

ar-anvd commented Jun 14, 2016

+1 for this issue.

@deidyomega
Copy link
Author

I created a pull request for this, however this pull is the best one I've seen out of the group to resolve this issue:

#139

@bart3005
Copy link

Just wondering is this likely to be fix?

@deidyomega
Copy link
Author

Off what @bart3005 said, is anyone actively maintaining this package? Last commit was Sep 21, 2014.

@bart3005
Copy link

@deidyomega exactly what I was alluding to.

@xcash
Copy link

xcash commented Jun 20, 2016

yeah looking at the author's profile he's not using github for a year... is anyone planning on contacting him for a takeover of the package?

@rudaporto
Copy link

+1 to make a release and upload package to pypi :-)

@bart3005
Copy link

I think this really needs taking over. I wonder if the owner would transfer?

@RSully
Copy link

RSully commented Jun 27, 2016

I reached out over email with a link to this thread.

@sh4nks
Copy link

sh4nks commented Jul 25, 2016

If anyone is interested, I forked this extension, merged a bunch of PRs and released it under a slightly different name (Flask-Caching).

All the merged PRs can be found in the changelog:
https://pythonhosted.org/Flask-Caching/#version-1-0-0-2016-07-05

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants