#20052 closed Cleanup/optimization (fixed)
Running Django on Jython -- not supported at this time?
| Reported by: | 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)
Change History (8)
comment:1 by , 13 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|---|
| Type: | Uncategorized → Cleanup/optimization |
by , 12 years ago
| Attachment: | 20052.diff added |
|---|
comment:2 by , 12 years ago
| Has patch: | set |
|---|---|
| Summary: | Running Django on Jython → Running Django on Jython -- not supported at this time? |
| Version: | 1.5 → 1.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 , 12 years ago
| Triage Stage: | Accepted → Ready 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 , 12 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
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.