Skip to content
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

Add Support for Django 5.X #47

Open
midsonlajeanty opened this issue Jul 3, 2024 · 4 comments
Open

Add Support for Django 5.X #47

midsonlajeanty opened this issue Jul 3, 2024 · 4 comments

Comments

@midsonlajeanty
Copy link

midsonlajeanty commented Jul 3, 2024

I would to use inertia with django 5.X with Poetry i cannot installed package becouse inertia-django only support django>=4

midsonlajeanty added a commit to midsonlajeanty/inertia-django that referenced this issue Jul 3, 2024
@eddyojb88
Copy link

Does this mean Django 5 doesn't work with inertia-django?

@BrandonShar
Copy link
Collaborator

Thanks for opening this @midsonlajeanty ! Maybe I'm not understanding Poetry's version constraints, but I would expect django = ">=4" to support Django 5... With the proposed PR, in #47 wouldn't that only support 5 and drop support for 4?

@midsonlajeanty
Copy link
Author

No the constraint >=4 allows both version 4 and version 5 to be supported

@pmdevita
Copy link
Contributor

pmdevita commented Nov 4, 2024

This should have been fixed in my PR from a while ago #35 I'm not having any trouble using the most recent release with 5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants