Django 5 support
nickmccullum opened this issue · 3 comments
nickmccullum commented
Does this project have any plans to add support for Django 5?
jheld commented
Definitely. I haven't taken a big look at the slew of changes but if you're open to creating a PR, even with just a minimal number of edits, that would be great.
calebsyring commented
It looks like 5.0 support was added in #239. Was there any reason why it was pinned to <=5.0 specifically (vs 5.*)? This is keeping me from upgrading the patch version. Django 5.0 has a couple CVEs out, and pip-audit
is complaining.
jheld commented
No specific reason. Happy to accept a PR!