Skip to content

Commit

Permalink
Fixed #10653 -- Update docs regarding Jython support. Thanks, Leo Sot…
Browse files Browse the repository at this point in the history
…o for ticket & patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@10188 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
jbronn committed Mar 30, 2009
1 parent d02ee6b commit 1e082c3
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions docs/howto/jython.txt
Expand Up @@ -17,18 +17,8 @@ This document will get you up and running with Django on top of Jython.
Installing Jython
=================

Django works with Jython versions 2.5 and higher.

.. warning::

As of the writing of this document, a version of Jython compatible with
Django has not yet been released. The forthcoming 2.5a2+ release will be be
the first in which Django will work out of the box.

In the meantime, you'll need to use the latest development version of Jython
obtained from Jython's SVN repository.

Download Jython at http://www.jython.org/.
Django works with Jython versions 2.5b3 and higher. Download Jython at
http://www.jython.org/.

Creating a servlet container
============================
Expand Down

0 comments on commit 1e082c3

Please sign in to comment.