Closed johnthagen closed 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.
Latest on PyPI is 3.4.8: https://pypi.org/project/pytest-django/
Probably should bump all of the test dependencies.
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.
@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?