diff -r d7a5c9caa5dd docs/howto/jython.txt
a
|
b
|
|
17 | 17 | Installing Jython |
18 | 18 | ================= |
19 | 19 | |
20 | | Django works with Jython versions 2.5 and higher. |
21 | | |
22 | | .. warning:: |
23 | | |
24 | | As of the writing of this document, a version of Jython compatible with |
25 | | Django has not yet been released. The forthcoming 2.5a2+ release will be be |
26 | | the first in which Django will work out of the box. |
27 | | |
28 | | In the meantime, you'll need to use the latest development version of Jython |
29 | | obtained from Jython's SVN repository. |
30 | | |
31 | | Download Jython at http://www.jython.org/. |
| 20 | Django works with Jython versions 2.5b3 and higher. Download Jython at |
| 21 | http://www.jython.org/. |
32 | 22 | |
33 | 23 | Creating a servlet container |
34 | 24 | ============================ |