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 9312498 commit 1451da7Copy full SHA for 1451da7
doc/source/changelog.rst
@@ -33,6 +33,13 @@ Migrating from 2.x to 3.x
33
Typer_ that will allow :func:`django_typer.management.Typer.add_typer` to define commands across
34
multiple files.
35
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
43
* If you are using shell tab completions you will need to reinstall the completion scripts. using
44
the `shellcompletion install` command.
45
0 commit comments