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

XML serialization doesn’t work. #6

Open
KrzysiekJ opened this issue Jun 25, 2013 · 0 comments
Open

XML serialization doesn’t work. #6

KrzysiekJ opened this issue Jun 25, 2013 · 0 comments

Comments

@KrzysiekJ
Copy link
Contributor

The reason is that XML serializer class inherits from base.Serializer and not PythonSerializer which we monkey patch. Solution would be to monkey patch start_object method in XML serializer class, however this would mean copy-pasting 17 lines of code, so maybe it would be better to make some adjustments to Django core.

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

No branches or pull requests

1 participant