summaryrefslogtreecommitdiff
path: root/docs/intro
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2017-12-21 16:31:59 +0100
committerClaude Paroz <claude@2xlibre.net>2017-12-23 10:28:29 +0100
commit830636df739d359116e3106c35375ac838bf15c3 (patch)
tree90f1ccde8ab6e18835d9f8ba70d55df8abf2116a /docs/intro
parent45d89856fcf103e8f109e76eea548149bd7e0ced (diff)
[2.0.x] Fixed #28594 -- Removed Jython docs and specific code
Thanks Andrey Martyanov for the report, and Tim Graham for the review. Backport of 23b21db31bfcf2a065d485617412cca43a311a4c from master.
Diffstat (limited to 'docs/intro')
-rw-r--r--docs/intro/install.txt7
1 files changed, 0 insertions, 7 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt
index 9861923b37..a0e7f54562 100644
--- a/docs/intro/install.txt
+++ b/docs/intro/install.txt
@@ -19,13 +19,6 @@ database called SQLite_ so you won't need to set up a database just yet.
Get the latest version of Python at https://www.python.org/downloads/ or with
your operating system's package manager.
-.. admonition:: Django on Jython
-
- If you use Jython_ (a Python implementation for the Java platform), you'll
- need to follow a few additional steps. See :doc:`/howto/jython` for details.
-
-.. _jython: http://www.jython.org/
-
You can verify that Python is installed by typing ``python`` from your shell;
you should see something like::