diff options
| author | Claude Paroz <claude@2xlibre.net> | 2017-12-21 16:31:59 +0100 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2017-12-23 10:28:29 +0100 |
| commit | 830636df739d359116e3106c35375ac838bf15c3 (patch) | |
| tree | 90f1ccde8ab6e18835d9f8ba70d55df8abf2116a /docs/topics | |
| parent | 45d89856fcf103e8f109e76eea548149bd7e0ced (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/topics')
| -rw-r--r-- | docs/topics/install.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt index 60affd4f29..ab6b41a3ee 100644 --- a/docs/topics/install.txt +++ b/docs/topics/install.txt @@ -15,10 +15,10 @@ 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_ (a Python implementation for the Java platform) is not compatible + with Python 3, so Django ≥ 2.0 cannot run on Jython. -.. _jython: http://jython.org/ +.. _jython: http://www.jython.org/ .. admonition:: Python on Windows |
