Dominik George
Dominik George
OK, I will give it another try tomorrow. You know, I would like to get both versions into the Debian distribution. I expect other people to have the same issue,...
Anything going on here? We are hitting the same issue…
We migrated all codebases to Flask-REST-JSONAPI by now. It's worth the effort.
Any news/ideas abot this, @jfinkels?
I cannot provide one. Flask-Restless throws a ton of different errors every time we change just a tiny little bit of the code.
Yeah, please just push 1.0.0b2 to PyPI. It would make our alpha version of Veripeditus installable. We do need 1.0.0b2, 1.0.0b1 doe not work for us, and pip are removing...
This used to work in 0.17.0 by the way.
I think as `/api/A` lists the resource, then it should also be available as `/api/A/1`. You either recognize as also being an instance of `A` or you don't, but you...
Maybe it's even simpler, and you should really just rely on how SQLAlchemy is configured. That is, if the resource can be found by `A.get(1)` in Flask-SQLAlchemy, then Flask-Restless should...
> ```ruby > tag in article.tags and > ``` Unfortunately, this yields ```plain InvalidIteratorError: myapp.Tag.None is not iterable ``` The culprit probably being that the `ManyToManyField` is not handled properly:...