Skip to content

Releases: thorgate/tg-utils

Version 0.7.0

03 Jun 09:56
e32789b
Compare
Choose a tag to compare
  • Updated dependencies to support Django LTS correctly.

Version 0.6.1

03 Jun 09:56
Compare
Choose a tag to compare
  • Added health-check for celery and celery beat. Thanks @iharthi

Version 0.6.0

21 Mar 13:01
Compare
Choose a tag to compare
  • Add health-check endpoint. Thanks @iharthi

Version 0.5.0

18 Mar 14:32
Compare
Choose a tag to compare
  • Added task locking decorator. Thanks @iharthi

Version 0.4.0

07 Feb 15:49
94a2deb
Compare
Choose a tag to compare
  • Supported Django and Python versions are listed below
Django version Python versions
Django 1.8 3.4, 3.5, 3.6
Django 1.11 3.4, 3.5, 3.6
Django 2.0 3.4, 3.5, 3.6, 3.7
Django 2.1 3.5, 3.6, 3.7

0.3.0

12 Mar 11:31
81f0a9d
Compare
Choose a tag to compare
  • Supported Django versions are now 1.8, 1.11, and 2.0.
    ClosableModel.created_by and closed_by now have on_delete=models.SET_NULL attribute.
  • Supported Python versions are now 3.4, 3.5, and 3.6.

0.2.0

27 Jan 08:57
Compare
Choose a tag to compare
  • Rename tg_utils.yuglify module to tg_utils.compressor_filters and
    added new filters for using UglifyJS 2 and clean-css.
  • Added docs for tg_utils.compressor_filters module.

0.1.1

11 Jan 16:43
Compare
Choose a tag to compare
  • First release on PyPI.