jpadilla / django-rest-framework-xml

XML support for Django REST Framework
http://jpadilla.github.io/django-rest-framework-xml
BSD 3-Clause "New" or "Revised" License
86 stars 59 forks source link

Is this library supported? #28

Closed mnacharov closed 6 years ago

mnacharov commented 6 years ago

Hi folks!

It turns out that I need to integrate xml-protocol to existed API wroten with DRF. Unfortunately, this library fails with DRF 3.7+, used by API.

AttributeError: 'XMLParser' object has no attribute 'charset'

Can I contribute to this library? How to do so?

mnacharov commented 6 years ago

I had a mistake, this library actually works with DRF 3.7 on Django 1.11. Sorry.