diff options
| author | Justin Bronn <jbronn@gmail.com> | 2009-03-30 03:32:40 +0000 |
|---|---|---|
| committer | Justin Bronn <jbronn@gmail.com> | 2009-03-30 03:32:40 +0000 |
| commit | 1e082c3873df9d59fa30ed9bd68cd1188fbff854 (patch) | |
| tree | 15aa9efdd2490a66d476c8604f77e79adb06b9aa /docs | |
| parent | d02ee6bd7b2e47e735bbb951606ec4d66bf9d243 (diff) | |
Fixed #10653 -- Update docs regarding Jython support. Thanks, Leo Soto for ticket & patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10188 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/howto/jython.txt | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/docs/howto/jython.txt b/docs/howto/jython.txt index c34f8887b8..385790e9e6 100644 --- a/docs/howto/jython.txt +++ b/docs/howto/jython.txt @@ -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 ============================ |
