Skip to content

Commit

Permalink
fix #95
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Nov 21, 2024
1 parent ad3be05 commit 850e2d4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 18 deletions.
18 changes: 0 additions & 18 deletions django_typer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,6 @@
keep a tight version lock on Typer.
"""

# WARNING - these imports are going away in version 3!
# import them from django_typer.management directly
from .management import (
CommandNode, # noqa: F401
Context, # noqa: F401
DjangoTyperMixin, # noqa: F401
DTCommand, # noqa: F401
DTGroup, # noqa: F401
Typer, # noqa: F401
TyperCommand, # noqa: F401
callback, # noqa: F401
command, # noqa: F401
get_command, # noqa: F401
group, # noqa: F401
initialize, # noqa: F401
model_parser_completer, # noqa: F401
)

VERSION = (3, 0, 0)

__title__ = "Django Typer"
Expand Down
1 change: 1 addition & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ v3.0.0 (202X-XX-XX)
* Fixed `Typer-style interface throws an assertion when no callback is present on a subgroup. <https://github.com/django-commons/django-typer/issues/145>`_
* Fixed `supressed_base_arguments are still present in the Context <https://github.com/django-commons/django-typer/issues/143>`_
* 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>`_

v2.4.0 (2024-11-07)
===================
Expand Down

0 comments on commit 850e2d4

Please sign in to comment.