- fix wrong unit display in widget (issue #43)
- drop support for Django (<3.2) and Python Versions (<3.7) as they reached EOL
- add
PositiveIntegerQuantityField
(merge request #39 from jwygoda) - fix display of negative and scientific numbers in Widget (merger request #41 from mikeford3)
- fix error with Django 3.2 (issue #36)
- remove PrecisionError
- restructure function a bit, add more type annotations
- only a internal technical release as the PyPi token had to be removed due to security breach before and no new token was set before releasing 0.6.1
- Fix wrong mixin type for
DecimalQuantityFormField
(merge request #31 from ikseek) - Fix
BigIntegerQuantityField
andIntegerQuantityField
showing wrong widget in django admin issue #34
- Added
DecimalQuantityField
- Improved Testing a lot, the different field types are tested individually. Now we have a total of 142 tests covering 98% of the code.
- API Change: Units are now defined project wide in settings and not by defining ureg for Fields
- Change of Maintainer to Carli* Freudenberg
- Ported code to work with current version of Django (2.2., 3.0, 3.2) and Python (3.6 - 3.9)
- added test for merge requests
- use black to format code
- using pytest instead of deprecated django-nose
- Allow custom ureg and integer unit field (merge request #11 from jonashaag)
- pass base_unit from field to widget (merge request #5 from cornelv)
- now using PyScaffold for versioned release
- added documentation and uploaded to readthedocs.org
- using pre-commit (also in CI)
- improved travis ci builds
- Created Changelog file
- Last release of Maintainer Ben Harling