Skip to content

Releases: bckohan/django-typer

v2.2.2

25 Aug 17:25
b7d2d67
Compare
Choose a tag to compare

v2.2.1

17 Aug 05:13
b572435
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.0...v2.2.1

v2.2.0

27 Jul 01:38
4642ee2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.3...v2.2.0

v2.1.3

15 Jul 23:50
a3a410b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.2...v2.1.3

v2.1.2

07 Jun 17:53
fc439fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.1...v2.1.2

v2.1.1

06 Jun 17:58
677d4a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.1.1

v2.1.0

06 Jun 05:47
599e7c0
Compare
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
Compare
Choose a tag to compare

What's Changed

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

v2.0.1

01 Jun 05:37
2ef0c90
Compare
Choose a tag to compare

What's Changed

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

v2.0.0

01 Jun 01:53
eef72c5
Compare
Choose a tag to compare