Releases: coddingtonbear/django-measurement
Releases · coddingtonbear/django-measurement
3.2.4
What's Changed
- update testing matrix to include all supported python & Django versions by @syphar in #106
- Replace deprecated ugettext_lazy with gettext_lazy by @Ashlett in #108
New Contributors
Full Changelog: 3.2.3...3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
- Fix #11 -- Add custom measurement class support (#76)
- Deprecate
measurement_class
argument
Important Change: You may need to recreate migrations, since themeasurement_class
is not longer part of the migrations in favor ofmeasurement
which will cause migrations to import the actual measurement classes.