diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 19:24:31 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2023-01-17 19:25:44 +0100 |
| commit | 1452e7cb7f0c034808e9d9f71042b3244403aa40 (patch) | |
| tree | 6e24002b381890cd2f5f559dece376b69d738c47 | |
| parent | 2cbb3c913525798aa9a41f700d8e7d6cffb69a4f (diff) | |
[4.2.x] Doc'd that 4.2 is LTS.
Backport of 2785e121c7eb941202565343d3880da6ba5aa21d from main
| -rw-r--r-- | docs/releases/4.2.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/releases/4.2.txt b/docs/releases/4.2.txt index a574d72a5e..f1614f1e13 100644 --- a/docs/releases/4.2.txt +++ b/docs/releases/4.2.txt @@ -15,6 +15,11 @@ want to be aware of when upgrading from Django 4.1 or earlier. We've See the :doc:`/howto/upgrade-version` guide if you're updating an existing project. +Django 4.2 is designated as a :term:`long-term support release +<Long-term support release>`. It will receive security updates for at least +three years after its release. Support for the previous LTS, Django 3.2, will +end in April 2024. + Python compatibility ==================== |
