django-modeltranslation
django-modeltranslation copied to clipboard
Django 5 support?
Is Django 5.0 supported, officially or not? Anybody tried it?
Haven't tried personally, but it should work.
If you interested - you can fork the repo, see if test suite passes on django 5, and make a PR enabling it in the pipeline. (Maybe fixing some bugs along the way)
I tried it, and it does not work.
Why do you say it doesn't work? I personnally use it with django 5.0.3 and it works just fine
I tested it with Django 5.0.4 and Django-Restframework 3.15.1 --> package works perfectly
Thanks for this great project!!!
Why do you say it doesn't work? I personnally use it with django 5.0.3 and it works just fine
Test suite was not passing. If it works in general, it's great news. But please be aware - you can still catch some bugs, until we add django-5.0 to our test matrix and all checks are passed.
Now we're testing against django 5.0, and it works.