Releases: jpadilla/django-rest-framework-xml
Releases · jpadilla/django-rest-framework-xml
v2.0.0
Changelog
- Drop support for Python 2.
- Update test/support matrix: Python 3.5+, Django 2.2+, DRF 3.11+
v1.4.0
Changelog
- fix import error #23
- Add testing on newer versions of DRF and Django #30
- Updated DRF and Python version combinations #32
v1.0.1
#4 [BUGFIX] Don't import StringIO or smart_text from rest_framework.compat. @brandoncazander