- ...
- Add experimental support for Django 2.0
- 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).
- Allow custom lookups on
ModelInstance
parameter types.
- Add a
ModelInstance
parameter type to automatically retrieve model instances by their primary key
- Support for command groups
- Added a
pass_verbosity
decorator - Improved test suite
- Django 1.4, 1.5, 1.6, 1.7 and 1.8 compatibility
- Python 2.7 and 3.4 compatibility
- 100% coverage test suite
- Initial release