Opened 11 years ago

Closed 10 years ago

Last modified 10 years ago

#20052 closed Cleanup/optimization (fixed)

Running Django on Jython -- not supported at this time?

Reported by: adrien.sebbane@… Owned by: nobody
Component: Documentation Version: 1.4
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

In the frame of the section, we can read:
"Django 1.5 has dropped support for Python 2.5. Therefore, you have to use a Jython 2.7"

This does not make sense because I think what was meant actually was "Jython 2.5".

Best Regards
Greetings

Adrien

Attachments (1)

20052.diff (3.5 KB ) - added by Tim Graham 10 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 by Aymeric Augustin, 11 years ago

Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

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.

by Tim Graham, 10 years ago

Attachment: 20052.diff added

comment:2 by Tim Graham, 10 years ago

Has patch: set
Summary: Running Django on JythonRunning Django on Jython -- not supported at this time?
Version: 1.51.4

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.

comment:3 by Tim Graham, 10 years ago

Triage Stage: AcceptedReady for checkin

I contacted the current maintainer of django-jython, Josh Juneau, and he said the proposed patch accurately reflects the state of the project.

comment:4 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In a67e327db53f49aff374d5974b69de43da288bac:

Fixed #20052 -- Discouraged use of Jython given the current state of django-jython.

Thanks Josh Juneau (maintainer of django-jython) for the review.

comment:5 by Tim Graham <timograham@…>, 10 years ago

In 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

comment:6 by Tim Graham <timograham@…>, 10 years ago

In 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

comment:7 by Tim Graham <timograham@…>, 10 years ago

In 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

Note: See TracTickets for help on using tickets.
Back to Top