Opened 12 years ago
Closed 12 years ago
#19128 closed Bug (fixed)
Typo on Jython page
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | yes | UI/UX: | no |
Description
On https://docs.djangoproject.com/en/dev/howto/jython/:
"Django 1.5 is no more compatible with Jython" should read "Django 1.5 is no longer compatible with Jython".
Change History (4)
comment:1 by , 12 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 12 years ago
Here is what I plan to commit. Is it good English?
"Django 1.5 has dropped support for Python 2.5. Therefore, you have to use
a Jython 2.7 alpha release if you want to use Django 1.5 over Jython.
Please use Django 1.4 if you want to keep using Django on a stable Jython
version."
comment:4 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
I will update the admonition (mentioning Jython 2.7 alpha).