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:33:11 -0300
commitee92d41f562a229ae6c0e6f625d34e7e9ffdc0bb (patch)
tree060049ccb06ebeb33a900ae755dd0ce97cfe92bc
parent24ef35a5856f86461decb1930406f42c4dadf350 (diff)
[5.2.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 02e0cbf9a0..8c434c9469 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.