revsys / django-test-plus

Useful additions to Django's default TestCase
https://django-test-plus.readthedocs.io
BSD 3-Clause "New" or "Revised" License
612 stars 62 forks source link

Is Django 4 supported? #185

Closed kevinrenskers closed 2 years ago

kevinrenskers commented 2 years ago

It's not mentioned in the readme. Is the readme out of date, or is Django 4 not supported?

frankwiles commented 2 years ago

The README is just out of date. It should work fine with Django 4

jefftriplett commented 2 years ago

We have used django-test-plus on several Django 4.x projects and it works. I updated the README, workflows, and trove classifiers tonight which should help clear the way to a new release. All of this is in our main branch.

kevinrenskers commented 2 years ago

Thanks!

jefftriplett commented 2 years ago

@frankwiles would you mind publishing a release to get the Django 4.x trove classifiers updated?

frankwiles commented 2 years ago

Done, 2.2.1 just released.