Opened 4 months ago
Last modified 5 weeks ago
#35844 assigned New feature
Python 3.14 compatibility.
According to the ticket's flags, the next step(s) to move this issue forward are:
- To provide a patch by sending a pull request. Claim the ticket when you start working so that someone else doesn't duplicate effort. Before sending a pull request, review your work against the patch review checklist. Check the "Has patch" flag on the ticket after sending a pull request and include a link to the pull request in the ticket comment when making that update. The usual format is:
[https://github.com/django/django/pull/#### PR]
.
Change History (15)
comment:1 by , 4 months ago
Triage Stage: | Unreviewed → Accepted |
---|---|
Version: | 5.0 → dev |
comment:2 by , 4 months ago
follow-up: 12 comment:7 by , 4 months ago
FYI: urljoin()
behavior change has been accepted as a regression in Python 3.14, https://github.com/python/cpython/issues/125926.
comment:12 by , 3 months ago
Replying to Mariusz Felisiak:
FYI:
urljoin()
behavior change has been accepted as a regression in Python 3.14, https://github.com/python/cpython/issues/125926.
Fixed in https://github.com/python/cpython/commit/dbb6e22cb1f533bba00a61a5b63ec68af9d48836.
Note:
See TracTickets
for help on using tickets.
Initial PRs:
After applying these 3 changes we'll have one more deprecation warning, 49 test failures, and 24 test errors. All of them are under investigation of Team Venus of the 3rd Djangonauts cohort, PRs will be submitted soonish :)