django-annoying icon indicating copy to clipboard operation
django-annoying copied to clipboard

Django5 Support?

Open duaneking opened this issue 1 year ago • 3 comments

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.

duaneking avatar Dec 30 '23 17:12 duaneking

PRs are very welcome!

skorokithakis avatar Dec 30 '23 17:12 skorokithakis

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.

moggers87 avatar Aug 09 '24 22:08 moggers87

Unfortunately no, we aren't using Travis. I should add some Github CI configs, though...

skorokithakis avatar Aug 09 '24 22:08 skorokithakis