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

Add testing on newer versions of DRF and Django #30

Closed kevin-brown closed 6 years ago

kevin-brown commented 6 years ago

This library hasn't changed much and still appears to be supported in newer versions of Django REST framework, but it's difficult to verify because the test matrix stops at DRF 3.1. This updates the test matrix for newer versions of DRF.

Changes:

This maintains testing and support for the existing DRF and Django combinations, since no code changes were necessary to support newer combinations.

jpadilla commented 6 years ago

@kevin-brown thank you so much for this ✨