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

Error with association_proxy of type dict #244

Closed
Svenito opened this issue Sep 20, 2013 · 3 comments
Closed

Error with association_proxy of type dict #244

Svenito opened this issue Sep 20, 2013 · 3 comments
Labels

Comments

@Svenito
Copy link
Contributor

Svenito commented Sep 20, 2013

If you have an association proxy that uses _AssociationDict, PUT requests fail.

The issue is with this line

_AssociationDict class does not have an append function.

The proxy I have created is:

meta = association_proxy('meta_store', 'value', creator=lambda key, value: Meta(key, value))

@jfinkels
Copy link
Owner

Thanks for the report. Can you create a test case?

@Svenito
Copy link
Contributor Author

Svenito commented Sep 23, 2013

Yup, I'll get a test for this and possibly a patch too.

@jfinkels
Copy link
Owner

jfinkels commented Feb 3, 2015

I'm assuming that this issue was fixed by pull request #247, so I'm closing it.

@jfinkels jfinkels closed this as completed Feb 3, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants