Ticket #10653: jython_doc_update.diff

File jython_doc_update.diff, 838 bytes (added by Leo Soto M., 15 years ago)
  • docs/howto/jython.txt

    diff -r d7a5c9caa5dd docs/howto/jython.txt
    a b  
    1717Installing Jython
    1818=================
    1919
    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/.
     20Django works with Jython versions 2.5b3 and higher. Download Jython at
     21http://www.jython.org/.
    3222
    3323Creating a servlet container
    3424============================
Back to Top