-
Notifications
You must be signed in to change notification settings - Fork 486
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.1 compatibility #974
Comments
It is solved in #969 |
Any idea when we'll get a new release of django-reversion ? Django 5.1 has landed but the patched version of django-reversion isn't on pypi yet. TIA |
If it helps, I tested Django 5.1 it with the master version (7c23ff4) and works fine, at least with my project. |
Hey @etianen, First off, thanks a ton for all your work on django-reversion! It’s been super helpful for our project. 🙌 I wanted to check in and see if there’s a chance for a new release soon. With Django 5.1 coming out, the current version of django-reversion is no longer compatible, and we’re really eager to keep things running smoothly. Of course, no pressure--just wanted to bring it to your attention. Thanks again for everything you do! |
This will shortly be released as v5.1.0 ❤️ |
Currently django-reversion does not work with django 5.1.
E.g is_hidden() Method on ManyToOneRel class doesn't exist anymore.
The text was updated successfully, but these errors were encountered: