Skip to content

Releases: jpadilla/django-rest-framework-xml

v2.0.0

12 Apr 22:32
da33b6b
Compare
Choose a tag to compare

Changelog

  • Drop support for Python 2.
  • Update test/support matrix: Python 3.5+, Django 2.2+, DRF 3.11+

v1.4.0

02 Dec 12:19
Compare
Choose a tag to compare

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

28 Jan 23:20
Compare
Choose a tag to compare

#4 [BUGFIX] Don't import StringIO or smart_text from rest_framework.compat. @brandoncazander