Skip to content

Latest commit

 

History

History
67 lines (40 loc) · 1.16 KB

HISTORY.rst

File metadata and controls

67 lines (40 loc) · 1.16 KB

History

Unreleased

  • ...

2.2.0 - 2020-04-14

  • Fix compatibility with latest click: remove __all__.

2.1.0 - 2018-04-20

  • Add experimental support for Django 2.0

2.0.0 - 2017-06-30

  • 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

  • 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

  • Support for command groups
  • Added a pass_verbosity decorator
  • Improved test suite

0.1.1 – 2015-09-11

  • 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

  • Initial release