summaryrefslogtreecommitdiff
path: root/docs/internals/release-process.txt
diff options
context:
space:
mode:
authorDavid Smith <smithdc@gmail.com>2025-07-25 10:24:17 +0100
committernessita <124304+nessita@users.noreply.github.com>2025-08-25 10:51:10 -0300
commitf81e6e3a53ee36e3f730a71aa55a5744982dd016 (patch)
tree44a4fdd64e2d1489d80b1af8bd1ac3c7af3ad0dd /docs/internals/release-process.txt
parent4286a23df64f6ce3b9b6ed097f4d1aac7d9e0de4 (diff)
Refs #36485 -- Rewrapped docs to 79 columns line length.
Lines in the docs files were manually adjusted to conform to the 79 columns limit per line (plus newline), improving readability and consistency across the content.
Diffstat (limited to 'docs/internals/release-process.txt')
-rw-r--r--docs/internals/release-process.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/internals/release-process.txt b/docs/internals/release-process.txt
index ec5bdd3c7a..53c60d50db 100644
--- a/docs/internals/release-process.txt
+++ b/docs/internals/release-process.txt
@@ -45,8 +45,8 @@ security purposes, please see :doc:`our security policies <security>`.
bugs and/or security issues.
These releases will be 100% compatible with the associated feature release,
- unless this is impossible for security reasons or to prevent data loss.
- So the answer to "should I upgrade to the latest patch release?" will always
+ unless this is impossible for security reasons or to prevent data loss. So
+ the answer to "should I upgrade to the latest patch release?" will always
be "yes."
Long-term support release
@@ -123,8 +123,8 @@ See also the :ref:`deprecating-a-feature` guide.
Supported versions
==================
-At any moment in time, Django's developer team will support a set of releases to
-varying levels. See `the supported versions section
+At any moment in time, Django's developer team will support a set of releases
+to varying levels. See `the supported versions section
<https://www.djangoproject.com/download/#supported-versions>`_ of the download
page for the current state of support for each version.