This does not make sense because I think what was meant actually was
"'''J'''ython 2.5".
Best Regards
Greetings
Adrien
--
Ticket URL: <https://code.djangoproject.com/ticket/20052>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* stage: Unreviewed => Accepted
* type: Uncategorized => Cleanup/optimization
* needs_tests: => 0
* needs_docs: => 0
Comment:
Since Python and Jython versions are aligned, dropping support for Python
2.5 also drops support for Jython 2.5.
Let's revisit this note once Jython 2.7 final is released -- beta 1 was
released one month ago.
--
Ticket URL: <https://code.djangoproject.com/ticket/20052#comment:1>
* has_patch: 0 => 1
* version: 1.5 => 1.4
Comment:
It appears that django-jython hasn't been updated to work with a version
of Django newer than 1.3. Since 1.3 is no longer supported, I suggest we
discourage use of django-jython and remove the existing instructions.
However, I'm not a user of django-jython so if anyone sees the situation
differently, let me know. Draft patch attached.
--
Ticket URL: <https://code.djangoproject.com/ticket/20052#comment:2>
* stage: Accepted => Ready for checkin
Comment:
I contacted the current maintainer of django-jython, Josh Juneau, and he
said the proposed patch accurately reflects the state of the project.
--
Ticket URL: <https://code.djangoproject.com/ticket/20052#comment:3>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"a67e327db53f49aff374d5974b69de43da288bac"]:
{{{
#!CommitTicketReference repository=""
revision="a67e327db53f49aff374d5974b69de43da288bac"
Fixed #20052 -- Discouraged use of Jython given the current state of
django-jython.
Thanks Josh Juneau (maintainer of django-jython) for the review.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20052#comment:4>
Comment (by Tim Graham <timograham@…>):
In [changeset:"b8ec3b6ddd835a66a239a4bdd5ee51b541ca09e4"]:
{{{
#!CommitTicketReference repository=""
revision="b8ec3b6ddd835a66a239a4bdd5ee51b541ca09e4"
[1.6.x] Fixed #20052 -- Discouraged use of Jython given the current state
of django-jython.
Thanks Josh Juneau (maintainer of django-jython) for the review.
Backport of a67e327db5 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20052#comment:5>
Comment (by Tim Graham <timograham@…>):
In [changeset:"f746d1fc74e5253b7c12484eab081818c8853b14"]:
{{{
#!CommitTicketReference repository=""
revision="f746d1fc74e5253b7c12484eab081818c8853b14"
[1.5.x] Fixed #20052 -- Discouraged use of Jython given the current state
of django-jython.
Thanks Josh Juneau (maintainer of django-jython) for the review.
Backport of a67e327db5 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20052#comment:6>
Comment (by Tim Graham <timograham@…>):
In [changeset:"1036e3ec7c7d7f99e3d9138e8f461c2cc690e03c"]:
{{{
#!CommitTicketReference repository=""
revision="1036e3ec7c7d7f99e3d9138e8f461c2cc690e03c"
[1.4.x] Fixed #20052 -- Discouraged use of Jython given the current state
of django-jython.
Thanks Josh Juneau (maintainer of django-jython) for the review.
Backport of a67e327db5 from master
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/20052#comment:7>