django-mock-queries
django-mock-queries copied to clipboard
Update supported versions of Python, Django & DRF
Python 2.7 and 3.5 are no longer supported, as are Django 2.0, 2.1 and 3.0. DRF before 3.9 is pretty old, so I dropped support for that as well.
This PR should probably include some README updates and the change should trigger a major version bump.
Some tests are failing on this branch, I'll see if I can find time to investigate.
I've dropped DRF 3.11 and 3.12 from this PR, although I suspect the incompatibility is only in this repo's test suite and isn't fundamental.
There are still some tests failing due to some renames/moves in Django, I think we'll need some conditional imports.
Rebased on master.
Rebased on master.
I'm closing this to remove it from my PR list.