From 79ce1be26b5f0b213344f4afb69674e9f6cb8947 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 31 Mar 2012 16:30:36 +0000 Subject: [PATCH] Fix a reST error. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17852 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/howto/jython.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/jython.txt b/docs/howto/jython.txt index 5b11a883d9..2cee4e6daa 100644 --- a/docs/howto/jython.txt +++ b/docs/howto/jython.txt @@ -4,7 +4,7 @@ Running Django on Jython .. index:: Jython, Java, JVM -.. admonition:: +.. admonition:: Python 2.6 support 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.