Skip to content

Releases: GaretJax/django-click

2.4.0

21 Apr 17:09
Compare
Choose a tag to compare

What's Changed

2.3.0

07 Sep 19:36
5cc2a8e
Compare
Choose a tag to compare
  • Add support for click > 8.0.
  • Remove upper bounds, until we run into an upward compatibility issue.
  • Drop support for Django 3.0.

Add support for click >= 7.1; require Python 3.6+ and Django 2.2+.

20 Jul 21:09
Compare
Choose a tag to compare
  • Add support for click > 7.1
  • Require Python 3.6 or higher.
  • Require Django 2.2 or higher.

Ensure click is 7.0.x or lower.

12 Jun 12:46
ee05e8d
Compare
Choose a tag to compare

This release will ensure the version of click is lower then 7.1 for compatibility.

  • Final release to support Python 2.7, 3.4 & 3.5.
  • Final release to support Django 1.11, 2.0 & 2.1.

2.1.0 - 2018-04-20

01 Aug 13:46
70d5478
Compare
Choose a tag to compare
  • Add experimental support for Django 2.0

2.0.0 - 2017-06-30

01 Aug 13:48
42c6d3b
Compare
Choose a tag to compare
  • Drop support for unsupported Django versions (1.4, 1.5, 1.6, and 1.7).
  • Add official support for Django 1.10 and 1.11.
  • Add official support for python 3.5 (all Django versions) and 3.6
    (Django 1.11 only).
  • Correctly handle click errors by outputting the formatted messages instead
    of a stack trace (#4).

1.2.0 - 2016-05-19

01 Aug 13:48
912cef4
Compare
Choose a tag to compare
  • Allow custom lookups on ModelInstance parameter types.

1.1.0 - 2016-02-04

  • Add a ModelInstance parameter type to automatically retrieve model
    instances by their primary key

1.0.0 – 2015-09-14

01 Aug 13:49
Compare
Choose a tag to compare
  • Support for command groups
  • Added a pass_verbosity decorator
  • Improved test suite

0.1.1 – 2015-09-11

01 Aug 13:50
Compare
Choose a tag to compare
  • Django 1.4, 1.5, 1.6, 1.7 and 1.8 compatibility
  • Python 2.7 and 3.4 compatibility
  • 100% coverage test suite

0.1.0 – 2015-09-10

01 Aug 13:51
Compare
Choose a tag to compare