summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Schilling <schillingt@better-simple.com>2025-11-13 14:31:50 -0600
committerNatalia <124304+nessita@users.noreply.github.com>2025-11-27 09:32:47 -0300
commitcf2d05ba1ee37de01561f6ee7c3cb86a05d57ad3 (patch)
treea4f9fca05279c48c512d760d9be19cfffebd3fcf
parent4b8563e9f6faf8b237ec6d7d62c9f4d3b6d5aaa6 (diff)
[6.0.x] Highlighted community package upgrade utilities in docs/howto/upgrade-version.txt.
Backport of bd7940982d6cab386dae7698ab097b91e5d8145e from main.
-rw-r--r--docs/howto/upgrade-version.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/howto/upgrade-version.txt b/docs/howto/upgrade-version.txt
index f8e54152e0..aad1e3c2be 100644
--- a/docs/howto/upgrade-version.txt
+++ b/docs/howto/upgrade-version.txt
@@ -12,6 +12,13 @@ version has several benefits:
* Upgrading as each new Django release is available makes future upgrades less
painful by keeping your code base up to date.
+.. admonition:: Tools to help with version upgrades
+
+ Django has a vibrant ecosystem. There are automated upgrade helpers
+ highlighted on the `Community Ecosystem
+ <https://www.djangoproject.com/community/ecosystem/#upgrade-utilities>`__
+ page.
+
Here are some things to consider to help make your upgrade process as smooth as
possible.