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

require flask<=0.9 #219

Closed
wants to merge 1 commit into from
Closed

require flask<=0.9 #219

wants to merge 1 commit into from

Conversation

glyphobet
Copy link
Contributor

temporarily fixes #218

@glyphobet
Copy link
Contributor Author

Build failed because of #215

@croach
Copy link
Contributor

croach commented Jun 13, 2013

Actually, this won't work either. The exceptions module was both added and removed in Flask 0.9, so Flask-Restless won't work with any version before 0.9 either. If you want to apply this fix, you'll need to change it to require Flask==0.9.

@glyphobet
Copy link
Contributor Author

Do you mean it was added in 0.9 and removed in 0.10?

@croach
Copy link
Contributor

croach commented Jun 13, 2013

Ooops, sorry, you're right of course. It was removed in 0.10.

@glyphobet
Copy link
Contributor Author

This must mean that Flask-Restless itself only works on Flask 0.9, even though it claims to support Flask >= 0.7.

@croach
Copy link
Contributor

croach commented Jun 13, 2013

Yep, you got it. We're using Flask 0.8 at my place of employment and Flask-Restless is broken for us. We had to downgrade to Flask-Restless 0.9.3 to get it to work.

@glyphobet glyphobet closed this Jun 30, 2013
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

Successfully merging this pull request may close these issues.

Flask 0.10 incompatibility due to removed JSONHTTPException
2 participants