summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2012-06-22 19:00:40 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2012-06-22 19:00:40 -0700
commitea9536b17fe16b2be45aa4a3552f919682c93e3e (patch)
treee3418ee6a58204dafef5691ac57b38f9dd9919e0 /docs
parent7f225880e4b7f846a1e910f6be0bce11f9a8d5ec (diff)
Note that Jython has an alpha with 2.7 support.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.5.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/releases/1.5.txt b/docs/releases/1.5.txt
index 3e274b5d98..719433f8fe 100644
--- a/docs/releases/1.5.txt
+++ b/docs/releases/1.5.txt
@@ -27,8 +27,9 @@ Django 1.4 until you can upgrade your Python version. Per :doc:`our support poli
</internals/release-process>`, Django 1.4 will continue to receive security
support until the release of Django 1.6.
-Django 1.5 does not run on Jython, because Jython doesn't currently offer any
-version compatible with Python 2.6.
+Django 1.5 does not run on a Jython final release, because Jython's latest release
+doesn't currently support Python 2.6. However, Jython currently does offer an alpha
+release featuring 2.7 support.
What's new in Django 1.5
========================