-
-
Notifications
You must be signed in to change notification settings - Fork 16.2k
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
Deprecate and remove APIs #1182
Comments
I updated the OP as a meta issue tracking all API changes for 1.0. |
Gonna be deprecated with 1.0 anyway so better do it now. Follow this link for more information: pallets/flask#1182
#1291 just got merged, and after doing most of the API breakages, I'd like to make some sort of alpha for Flask 1.0. |
Would it make sense to remove the deprecated |
Thought it was already removed! PRs welcome. On 20 June 2015 18:06:30 CEST, Adrian [email protected] wrote:
|
This was fixed in #1671 |
I marked this as fixed by #1484. |
Working on this in the pycon sprint |
In regards to the removal or deprecation of the |
@untitaker did you add the "remove *_session" task? What were you referring to? |
I meant But I notice they aren't marked as deprecated for now. |
When making Flask 1.0, could you remove some old APIs?
flask.ext
, see Deprecate flask.ext #1484 and Deprecate flask.ext and create migration tool to flask_* #1135request.json
. #1204 and Disable modules by default #861*_session()
request.json,
see Deprecate request.json property #1206 and Remove deprecated old module, and start deprecatingrequest.json
. #1204send_file
Bug in send_file with temp files #1427The text was updated successfully, but these errors were encountered: