association_proxy between GameObject and attributes breaks #53
Labels
No labels
Doing
To Do
bug
clarification needed
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nik/veripeditus-server#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The association_proxy to the attributes breaks, at least with Flask-Restless 1.0.0b2. Not sure whether this is related to the update or the definition of the proxy is broken.
Contacted @jfinkels by e-mail.
There is a pull request in jfinkels/flask-restless#608 that might be worth testing.
With https://github.com/jfinkels/flask-restless/pull/608 we at least get a different exception:
@Creeparoo, if we cannot get this fixed, shall we go with a
self.attribute("foo", "bar")API for now until we can fix it?Created by: Creeparoo
Yes!
Removing from milestone as this is a Flask-Restless bug. We could release the beta without the dictionary API.
https://github.com/jfinkels/flask-restless/issues/641
Obsoleted by #117.