beda-software / drf-writable-nested

Writable nested model serializer for Django REST Framework
Other
1.07k stars 116 forks source link

Support Django 2.2 #75

Closed johnthagen closed 5 years ago

johnthagen commented 5 years ago

@ruscoder Looks like an actual incompatibility with Django 2.2.

Maybe related to: https://docs.djangoproject.com/en/2.2/releases/2.2/#permissions-for-proxy-models?

johnthagen commented 5 years ago

@ruscoder The issue could be that this project has an older pinned version of pytest-django that has not been updated for Django 2.2.

https://github.com/beda-software/drf-writable-nested/blob/82ed33703dc337edaa8cf22ee3bd9bcd948599fe/requirements.txt#L3

Latest on PyPI is 3.4.8: https://pypi.org/project/pytest-django/

Probably should bump all of the test dependencies.

ruscoder commented 5 years ago

Hello @johnthagen! Thank you for your contribution. I've updated test dependencies to the latest versions. Locally it runs without errors but using travis it still fails. I'll try to find out why it happens.