Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@17834 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Claude Paroz 2012-03-31 08:24:29 +00:00
parent 27322df995
commit 23d3459761
18 changed files with 54 additions and 120 deletions

View file

@ -4,6 +4,12 @@ Running Django on Jython
.. index:: Jython, Java, JVM
.. admonition::
Django 1.5 has dropped support for Python 2.5. Until Jython provides a new
version that supports 2.6, Django 1.5 is no more compatible with Jython.
Please use Django 1.4 if you want to use Django over Jython.
Jython_ is an implementation of Python that runs on the Java platform (JVM).
Django runs cleanly on Jython version 2.5 or later, which means you can deploy
Django on any Java platform.