django-mock-queries icon indicating copy to clipboard operation
django-mock-queries copied to clipboard

Update supported versions of Python, Django & DRF

Open allanlewis opened this issue 4 years ago • 4 comments

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.

allanlewis avatar Apr 08 '21 16:04 allanlewis

Some tests are failing on this branch, I'll see if I can find time to investigate.

allanlewis avatar Apr 08 '21 16:04 allanlewis

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.

allanlewis avatar Apr 08 '21 17:04 allanlewis

Rebased on master.

allanlewis avatar Feb 23 '22 11:02 allanlewis

Rebased on master.

allanlewis avatar May 09 '22 17:05 allanlewis

I'm closing this to remove it from my PR list.

allanlewis avatar Jan 27 '23 12:01 allanlewis