-
-
Notifications
You must be signed in to change notification settings - Fork 166
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
Not compatible with Django 4.0 #182
Comments
Is there an ETA for the next PYPI build? We are migrating to 4.0 as of now, and failing at importing signals because of providing_args parameters. I can see that it's already fixed in the code base with 83e9000 |
We are waiting for #172 to be completed so we can do a "proper" release through jazzband. Hopefully it will happen sooner than later :) |
It does not seem like this will happen sooner. This is the only dependency blocking AlekSIS' migration to Django 4.0, and forced us to push an LTS release out depending on Django 3, which will be EOL before AlekSIS 2022.6 will be EOL… Please help us to not have to push the next release out with an unsupported Django version! If the release is blocked "only" by a CI issue, pelase do the release without the CI. |
@Natureshadow using a git dependency is not an option? pip install git+https://github.com/jazzband/django-invitations.git@dfc65d3e0c27fe6e6d66083621348c149c47a725 |
Nope. |
django-invitations 2.0.0 is compatible with django 4.0+ |
Following the installation instructions at https://django-invitations.readthedocs.io/en/latest/installation.html using Django 4.0, the migration step fails with the following error:
Stack Trace
This issue appears to have been fixed in 618fc4e, it just needs to be released.
The text was updated successfully, but these errors were encountered: