summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2023-12-15 06:16:02 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2023-12-15 06:17:02 +0100
commitae35d5178b4ec33b4615c548d596011160756a89 (patch)
tree27c3e1bb055fc7a540808772e708e20de2501b51 /docs
parent58274bbd37ee6e45b0a9efcd578795dd241989b0 (diff)
[5.0.x] Updated examples for 2.0+ release numbering in installation FAQ.
Backport of 0d5e9a32eb5bd1201437519a3bda1fb4c4d06af9 from main
Diffstat (limited to 'docs')
-rw-r--r--docs/faq/install.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index 388350b2d8..01b5921357 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -63,9 +63,9 @@ download page <https://www.python.org/downloads/>`_.
Typically, we will support a Python version up to and including the first
Django LTS release whose security support ends after security support for that
-version of Python ends. For example, Python 3.3 security support ended
-September 2017 and Django 1.8 LTS security support ended April 2018. Therefore
-Django 1.8 is the last version to support Python 3.3.
+version of Python ends. For example, Python 3.9 security support ends in
+October 2025 and Django 4.2 LTS security support ends in April 2026. Therefore
+Django 4.2 is the last version to support Python 3.9.
What Python version should I use with Django?
=============================================