deschler / django-modeltranslation

Translates Django models using a registration approach.
BSD 3-Clause "New" or "Revised" License
1.34k stars 257 forks source link

Django 5 support? #719

Closed Mapiarz closed 1 month ago

Mapiarz commented 4 months ago

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

last-partizan commented 4 months ago

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 commented 4 months ago

I tried it, and it does not work.

koleror commented 2 months ago

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

philitell commented 2 months ago

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

Thanks for this great project!!!

last-partizan commented 2 months ago

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 commented 1 month ago

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