summaryrefslogtreecommitdiff
path: root/docs/howto
diff options
context:
space:
mode:
authorTim Schilling <schillingt@better-simple.com>2025-11-13 14:31:50 -0600
committernessita <124304+nessita@users.noreply.github.com>2025-11-27 09:32:06 -0300
commitbd7940982d6cab386dae7698ab097b91e5d8145e (patch)
tree1497b173a8fa58194bc4d8b1ebcf6b6f12b03224 /docs/howto
parent333f88c7e9920063ec4584dec31f84436d28ae62 (diff)
Highlighted community package upgrade utilities in docs/howto/upgrade-version.txt.
Diffstat (limited to 'docs/howto')
-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 69fb80e03f..9695bb1ab4 100644
--- a/docs/howto/upgrade-version.txt
+++ b/docs/howto/upgrade-version.txt
@@ -11,6 +11,13 @@ Upgrading Django to the latest version offers several benefits:
* Upgrading with each new release helps keep your code base current and makes
future upgrades smoother.
+.. 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.