Skip to content

Releases: django-commons/django-typer

v2.1.0

06 Jun 05:47
599e7c0

Choose a tag to compare

🚨 Deprecation Warning

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

        # 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

Full Changelog: v2.0.2...v2.1.0

v2.0.2

04 Jun 06:36
da65a56

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.0.2

v2.0.1

01 Jun 05:37
2ef0c90

Choose a tag to compare

What's Changed

Full Changelog: v2.0.0...v2.0.1

v2.0.0

01 Jun 01:53
eef72c5

Choose a tag to compare

v1.1.2

22 Apr 20:58
00756c8

Choose a tag to compare

v1.1.1

11 Apr 20:34

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

03 Apr 22:33
1a1c4a6

Choose a tag to compare

What's Changed

Full Changelog: v1.0.9...v1.1.0

v1.0.9

31 Mar 05:24

Choose a tag to compare

🚨🚨 This release was yanked #47 🚨🚨

Full Changelog: v1.0.8...v1.0.9

v1.0.8

27 Mar 02:38

Choose a tag to compare

v1.0.7

18 Mar 05:40

Choose a tag to compare