jpadilla / django-rest-framework-xml

XML support for Django REST Framework

Home Page:http://jpadilla.github.io/django-rest-framework-xml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support up to Django 1.10

kyleobrien91 opened this issue · comments

This shouldn't be too hard. I'm actually currently using it but the tests, for example, aren't supported in Django 1.10 which I'm using at the moment.

Happy for me to take a stab at this?

#30 adds tests that verify that Django 1.10 is supported out of the box with no additional configuration. I think this ticket can be closed off.

@kevin-brown thanks for the heads up.