Skip to content

Commit 1451da7

Browse files
committed
work on migration guide
1 parent 9312498 commit 1451da7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/source/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ Migrating from 2.x to 3.x
3333
Typer_ that will allow :func:`django_typer.management.Typer.add_typer` to define commands across
3434
multiple files.
3535

36+
Shell Completions
37+
~~~~~~~~~~~~~~~~~
38+
39+
* If you are using shell tab completions you will need to reinstall the completion scripts. Using
40+
the `shellcompletion install` command. To be extra safe you may want to uninstall the old
41+
scripts before updating, using the v2.x ``shellcompletion remove`` command.
42+
3643
* If you are using shell tab completions you will need to reinstall the completion scripts. using
3744
the `shellcompletion install` command.
3845

0 commit comments

Comments
 (0)