django-annoying
django-annoying copied to clipboard
Django5 Support?
May I respectfully ask when Django 5 support will be added?
It's not currently listed as supported, so as a result myself and others will simply avoid it out of an abundance of caution unless a release is cut that officially does so.
I still believe that there are some very valuable items in here, but I'm noticing open bugs for things like the AutoOneToOneField field, which is one of the biggest ones for me.
PRs are very welcome!
I ran the tests locally against Django 5.1 and there were no errors.
I did have to set PYTHONPATH
to include .
but that's only so the test runner can find the tests
module
@skorokithakis there's an out of date Travis CI config in the repo. Is that currently being used? I'd be happen to open a PR to add Django 4.x and 5.x if that's the case.
Unfortunately no, we aren't using Travis. I should add some Github CI configs, though...