🚨 Upgrade Notice
**There are breaking changes between 2.x and 3.x, mostly involving shell tab completion. [See the changelog for migration steps](https://django-typer.readthedocs.io/en/latest/changelog.html#migrating-from-2-x-to-3-x)**.
What's Changed
* Implemented [Completer for media files.](https://github.com/django-commons/django-typer/issues/175)
* Implemented [Completer for static files.](https://github.com/django-commons/django-typer/issues/174)
* Fixed [Completions before the end of the typed command string do not work.](https://github.com/django-commons/django-typer/issues/168)
* Implemented [Add print_return class field to enable/disable result printing](https://github.com/django-commons/django-typer/issues/167)
* BREAKING [Default rich traceback should not show locals - its too much information.](https://github.com/django-commons/django-typer/issues/166)
* Implemented [path completers should be configurable with a root directory other than cwd](https://github.com/django-commons/django-typer/issues/165)
* Implemented [Migrate pyproject.toml to poetry 2 and portable project specifiers.](https://github.com/django-commons/django-typer/issues/164)
* BREAKING [Split parsers.py and completers.py into submodules.](https://github.com/django-commons/django-typer/issues/163)
* Implemented [Model completer/parser should support returning the field value](https://github.com/django-commons/django-typer/issues/162)
* Fixed [Model objects with null lookup fields should not be included in model field completion output](https://github.com/django-commons/django-typer/issues/160)
* Implemented [Add a performance regression.](https://github.com/django-commons/django-typer/issues/157)
* Implemented [Use in-house shell completer classes.](https://github.com/django-commons/django-typer/issues/156)
* Implemented [Add precommit hook to fix safe lint and format issues](https://github.com/django-commons/django-typer/issues/153)
* Fixed [Fish shell complete is broken when rich is installed.](https://github.com/django-commons/django-typer/issues/152)
* BREAKING [Remove name parameter from initialize()/callback().](https://github.com/django-commons/django-typer/issues/150)
* Implemented [Run full test suite on mac osx](https://github.com/django-commons/django-typer/issues/148)
* Implemented [Convert check.sh to justfile](https://github.com/django-commons/django-typer/issues/147)
* Implemented [Run full test suite on windows in CI](https://github.com/django-commons/django-typer/issues/146)
* Implemented [ANSI color control sequences should optionally be scrubbed from shell completions](https://github.com/django-commons/django-typer/issues/144)
* Fixed [supressed_base_arguments are still present in the Context](https://github.com/django-commons/django-typer/issues/143)
* Implemented [Add showcase of commands using django-typer to docs](https://github.com/django-commons/django-typer/issues/142)
* Implemented [Add a finalize decorator for functions to collect/operate on subroutine results.](https://github.com/django-commons/django-typer/issues/140)
* Fixed [Remove management imports in django_typer/__init__.py](https://github.com/django-commons/django-typer/issues/95)
* Fixed [ParamSpec includes self for group methods](https://github.com/django-commons/django-typer/issues/73)
* Fixed [Installed shellcompletion scripts do not pass values of --settings or --pythonpath](https://github.com/django-commons/django-typer/issues/68)
* Implemented [Add support for QuerySet parameter types.](https://github.com/django-commons/django-typer/issues/58)
* Fixed [shellcompletion complete should print to the command's stdout.](https://github.com/django-commons/django-typer/issues/19)
* Implemented [Add translations for helps..](https://github.com/django-commons/django-typer/issues/18)
* Implemented [Add completer/parser for FileField and FilePathField](https://github.com/django-commons/django-typer/issues/17)
* Implemented [Add completer/parser for DurationField](https://github.com/django-commons/django-typer/issues/16)
* Implemented [Add completer/parser for DateTimeField](https://github.com/django-commons/django-typer/issues/15)
* Implemented [Add completer/parser for DateField](https://github.com/django-commons/django-typer/issues/14)
* Implemented [Add completer/parser for TimeField](https://github.com/django-commons/django-typer/issues/13)
* Implemented [Improve shell completion continuous integration tests](https://github.com/django-commons/django-typer/issues/11)
**Full Changelog**: https://github.com/django-commons/django-typer/compare/v2.6.0...v3.0.0