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 and fix test_ssr.py #48

Closed
wants to merge 2 commits into from

Conversation

midsonlajeanty
Copy link

No description provided.

python = "^3.8"
django = ">=4"
python = ">=3.10"
django = "^5.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably should leave the Django version as is, version locking like this will drop compatibility with Django 4.

@BrandonShar
Copy link
Collaborator

Closing as I clean up PR's and this appears to be stale. Feel free to reopen with a comment if I'm wrong!

@BrandonShar BrandonShar closed this Jan 5, 2025
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

Successfully merging this pull request may close these issues.

3 participants