Django-typer

Latest version: v2.6.0

Safety actively analyzes 706259 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 5

2.2.0

* Implemented [ModelObjectCompleter should optionally accept a QuerySet in place of a Model class.](https://github.com/bckohan/django-typer/issues/96)

What's Changed
* V2.x.x by bckohan in https://github.com/bckohan/django-typer/pull/101
* fix groups app tree diagram by bckohan in https://github.com/bckohan/django-typer/pull/102
* V2.2.0 by bckohan in https://github.com/bckohan/django-typer/pull/103


**Full Changelog**: https://github.com/bckohan/django-typer/compare/v2.1.3...v2.2.0

2.1.3

* Fixed [Move from django_typer to django_typer.management broke doc reference links.](https://github.com/bckohan/django-typer/issues/98)
* Implemented [Support Django 5.1](https://github.com/bckohan/django-typer/issues/97)

What's Changed
* V2.x.x by bckohan in https://github.com/bckohan/django-typer/pull/99
* add Django 5.1 classifier by bckohan in https://github.com/bckohan/django-typer/pull/100


**Full Changelog**: https://github.com/bckohan/django-typer/compare/v2.1.2...v2.1.3

2.1.2

* Fixed [Type hint kwargs to silence pylance warnings about partially unknown types](https://github.com/bckohan/django-typer/issues/93)


What's Changed
* fix 93, remove pylint pragmas by bckohan in https://github.com/bckohan/django-typer/pull/94


**Full Changelog**: https://github.com/bckohan/django-typer/compare/v2.1.1...v2.1.2

2.1.1

* Fixed [handle = None does not work for mypy to silence type checkers](https://github.com/bckohan/django-typer/issues/90)

What's Changed
* V2.1.1 by bckohan in https://github.com/bckohan/django-typer/pull/91
* bump version to 2.1.1 by bckohan in https://github.com/bckohan/django-typer/pull/92


**Full Changelog**: https://github.com/bckohan/django-typer/compare/v2.1.0...v2.1.1

2.1.0

* Implemented [Only attempt to import rich and typer if settings has not disabled tracebacks.](https://github.com/bckohan/django-typer/issues/88)
* Implemented [Move tests into top level dir.](https://github.com/bckohan/django-typer/issues/87)
* Implemented [Move core code out of __init__.py into management/__init__.py](https://github.com/bckohan/django-typer/issues/81)
* Fixed [Typer(help="") doesnt work.](https://github.com/bckohan/django-typer/issues/78)

🚨 Deprecation Warning

**Imports from ``django_typer`` have been deprecated and will be removed in 3.0! Imports have moved to ``django_typer.management``**

python
old way
from django_typer import TyperCommand, command, group, initialize, Typer

new way!
from django_typer.management import TyperCommand, command, group, initialize, Typer


What's Changed
* V2.1.0 by bckohan in https://github.com/bckohan/django-typer/pull/89


**Full Changelog**: https://github.com/bckohan/django-typer/compare/v2.0.2...v2.1.0

2.0.2

* Fixed [class help attribute should be type hinted to allow a lazy translation string.](https://github.com/bckohan/django-typer/issues/85)


What's Changed
* fix pdf doc build, add broken link checking to linter by bckohan in https://github.com/bckohan/django-typer/pull/82
* V2.0.x by bckohan in https://github.com/bckohan/django-typer/pull/83
* V2.0.x by bckohan in https://github.com/bckohan/django-typer/pull/84
* fix 85 by bckohan in https://github.com/bckohan/django-typer/pull/86


**Full Changelog**: https://github.com/bckohan/django-typer/compare/v2.0.1...v2.0.2

Page 2 of 5

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.