summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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.