django-commons / django-typer

Use Typer (type hints) to define the interface for your Django management commands.
https://django-typer.rtfd.io
MIT License
83 stars 2 forks source link

Adapt to upstream changes in typer autocomplete interface. #123

Open bckohan opened 1 month ago

bckohan commented 1 month ago

shell_complete may be going away in future versions of Typer.

I am hoping my PR will be accepted which should minimize impacts to django-typer.