jpadilla / django-rest-framework-yaml

YAML support for Django REST Framework
http://jpadilla.github.io/django-rest-framework-yaml
BSD 3-Clause "New" or "Revised" License
32 stars 18 forks source link

Django 3 support, no more Python 2 support #12

Closed SnijderC closed 4 years ago

SnijderC commented 4 years ago

Removed references to six and __future__ and applied Python 3 native functions. Removed compat because it was only used for older stuff. Fixed the travis pipeline, all tests pass on relevant Python versions, with their respective relevant Django, DRF versions. All tests pass.

jpadilla commented 4 years ago

thanks! just got v2 released which addresses this.