Skip to content

Releases: coddingtonbear/django-measurement

3.2.4

28 Feb 08:22
Compare
Choose a tag to compare

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

22 Apr 10:38
Compare
Choose a tag to compare
  • Fix package description

3.2.2

22 Apr 10:32
Compare
Choose a tag to compare
  • Move packaging from pbr to setuptools scm
  • Add proper package classifiers

3.2.1

18 Apr 17:07
d35ae0b
Compare
Choose a tag to compare
  • Pin python measurement dependency to < 4.0

3.2.0

21 Nov 15:25
Compare
Choose a tag to compare
  • Add official support for Django 2.2
  • Add official support for Python 3.7 and 3.8
  • Add support for Django serialization

3.1.1

05 Oct 08:19
Compare
Choose a tag to compare
  • Remove deprecation warnings (#83)

3.1.0

01 Oct 17:40
Compare
Choose a tag to compare
  • Fix #11 -- Add custom measurement class support (#76)
  • Deprecate measurement_class argument
    Important Change: You may need to recreate migrations, since the measurement_class is not longer part of the migrations in favor of measurement which will cause migrations to import the actual measurement classes.

3.0.0

12 Jan 07:58
Compare
Choose a tag to compare
  • Add Django 2.0 support
  • Drop support for Python 2
  • Drop support for Django 1.8
  • Drop support for Django 1.10
  • Add pbr to simplify releases
  • Add travis based deploys
  • Add CodeCov
  • Update readme