8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbdbe6 commit c219e4bCopy full SHA for c219e4b
docs/index.rst
@@ -10,8 +10,11 @@ I (Adam Johnson) wrote django-upgrade whilst working on the book!
10
11
----
12
13
-Welcome to the documentation for django-upgrade.
14
-If you’re new, start with :doc:`installation`!
+django-upgrade is a tool that automatically upgrades your Django project code.
+It changes code to avoid deprecation warnings and migrates some patterns to newer Django idioms.
15
+Use it to ease upgrading Django and ensure your code uses the latest features.
16
+
17
+To get started, see :doc:`installation` and :doc:`usage`.
18
19
.. toctree::
20
:maxdepth: 1
0 commit comments