-
Notifications
You must be signed in to change notification settings - Fork 261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django 5 support? #719
Comments
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!!! |
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. |
Unfortunately it is not working with Django 5.1
|
Refs #719
Refs #719
Tried to fix this in #756, but it's slightly more complicated than that. You can investigate why tests are failing in |
@ateuber Please, check if your project works with If everything is okay, I'll merge it in somewhere next week. |
@last-partizan The error is gone, thank you! 👍 |
Is Django 5.0 supported, officially or not? Anybody tried it?
The text was updated successfully, but these errors were encountered: