Skip to content

Releases: thorgate/tg-utils

Version 1.0.2

04 Mar 15:05
ddbcf20
Compare
Choose a tag to compare

Add support for Django 5.

Version 1.0.1

13 Jan 15:18
0914cc3
Compare
Choose a tag to compare
  • Add mixin for custom django admin actions not requiring queryset
  • Add support for customizing CeleryBeat health-check task signature

Version 1.0.0

21 Sep 17:14
5abde76
Compare
Choose a tag to compare

Version 1.0.0

  • Drop support for Django < 2.2
  • Drop support for Python < 3.7
  • Add support for Django 3.1, 3.2, and 4.0
  • Add support for Python 3.8, 3.9, and 3.10
  • Replace Travis CI with GitHub Actions
  • Replace Setuptools with Poetry
  • Remove support for universal wheels
  • Fix deprecation warning for ugettext_lazy()
  • Fix deprecation warning for default_app_config
  • Fix deprecation warning for Signal.providing_args
  • Remove deprecated YuglifyCssFilter and YuglifyJsFilter compression filters
  • Replace django.conf.urls.url() with django.urls.path()
  • Remove obsolete encoding magic comment
  • Remove obsolete unicode string prefix
  • Remove obsolete inheritance from object
  • Make use of f-strings in place of str.format() and %-formatting

Thank you @ngnpope

Version 0.7.7

20 May 08:30
3a457b0
Compare
Choose a tag to compare
  • Allow usage with Django 3.0

Version 0.7.6

14 Apr 07:03
Compare
Choose a tag to compare

Fix issue in celery beat health check when cache failing would bring down the whole project

Version 0.7.5

13 Apr 13:57
Compare
Choose a tag to compare

Fix issue in celery beat health check when celery failing would bring down the whole project

Version 0.7.4

12 Dec 09:09
84175ee
Compare
Choose a tag to compare
  • Add ReadOnlyAdminMixin for Django admin views
  • Add a decorator for annotating admin methods (annotate_admin_method)

Version 0.7.3

10 Sep 08:31
Compare
Choose a tag to compare
  • Make celery beat health-check error message more comprehensive

Version 0.7.2

25 Jul 13:31
11e0c78
Compare
Choose a tag to compare
  • Bugfix: Prevent celery beat health-check from false-failing initially. Thanks @iharthi

Version 0.7.1

03 Jun 09:57
92a4910
Compare
Choose a tag to compare
  • Add extra require for hashids.
  • Fix usage of deprecated from hashids.