-
Notifications
You must be signed in to change notification settings - Fork 301
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
Hybrid_property crash #665
Comments
Hey, I seem to be having this issue too, though just for version As far as the patch, I added a line in the method |
I'm using '1.0.0b1' btw. |
Workaround hybrid_property issue: AttributeError: Neither 'hybrid_property' object nor 'ExprComparator' object associated with MyModel.count has an attribute 'property'
Since the issue was not implemented in any stable tag (nor in beta), my proposed workaround is to set the attribute called "property" on the hybrid_property, as follows and as mentioned in the `
` |
Hi, there is a fork project Flask-Restless-NG that has this issue and some other issues fixed, along with performance improvements |
Hi, do you have any insight on this error I'm getting with SQLAlchemy and flask-restless? It is crashing with a 500 server error when I try to access /players which references a player group:
Here are my models, so far:
Thanks,
The text was updated successfully, but these errors were encountered: