Releases: django-commons/django-click
Releases · django-commons/django-click
2.4.1
First release under the django-commons umbrella. As part of this releaze, the project has been moved to the django-commons organization.
What's Changed
- Sync trove classifiers (Python versions) to tested versions by @ulgens in #43
- Remove Django <1.10 compatibility code by @ulgens in #44
- Update GH Action dependencies by @ulgens in #42
- Add missing release infos to HISTORY.rst by @ulgens in #45
- Remove AUTHORS and HISTORY; migrated to GitHub. by @FlipperPA in #46
- Remove from MANIFEST and setup.py. by @FlipperPA in #47
- Add django-commons release workflow by @GaretJax in #48
New Contributors
Full Changelog: 2.4.0...v2.4.1
2.4.0
What's Changed
- Ports travis.yml to GitHub Actions in #35 by @joshuadavidthomas
- Update the link to Click docs in #37 by @allen-munsch
- Update supported Python and Django versions in #41 by @philipstarkey
- Updates the linting CI task and tox config to run with the latest tox in #41 by @philipstarkey
Full Changelog: 2.3.0...2.4.0
2.3.0
Add support for click >= 7.1; require Python 3.6+ and Django 2.2+.
- 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.
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
- 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