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 #9

Closed jobec closed 4 years ago

jobec commented 4 years ago

When using this module in combination with django 3, the import from django.utils import six fails.

Same issue as https://github.com/jpadilla/django-rest-framework-xml/issues/45

patvdleer commented 4 years ago

@jpadilla could you apply the same fix here?

jpadilla commented 4 years ago

@patvdleer might get to it soon-ish. Would you want to take a stab at basically doing what i did in https://github.com/jpadilla/django-rest-framework-xml/pull/53 here too?

patvdleer commented 4 years ago

I did do a quick and dirty fix https://github.com/jpadilla/django-rest-framework-yaml/pull/13 but @SnijderC 's https://github.com/jpadilla/django-rest-framework-yaml/pull/12 may be better, please review both.

jpadilla commented 4 years ago

just released v2