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

Django 5 support?

Open Mapiarz opened this issue 1 year ago • 1 comments

Is Django 5.0 supported, officially or not? Anybody tried it?

Mapiarz avatar Feb 08 '24 08:02 Mapiarz

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)

last-partizan avatar Feb 08 '24 09:02 last-partizan

I tried it, and it does not work.

last-partizan avatar Feb 26 '24 20:02 last-partizan

Why do you say it doesn't work? I personnally use it with django 5.0.3 and it works just fine

koleror avatar Apr 24 '24 09:04 koleror

I tested it with Django 5.0.4 and Django-Restframework 3.15.1 --> package works perfectly

Thanks for this great project!!!

philitell avatar Apr 24 '24 16:04 philitell

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.

last-partizan avatar Apr 25 '24 17:04 last-partizan

Now we're testing against django 5.0, and it works.

last-partizan avatar May 27 '24 07:05 last-partizan