Releases: thorgate/tg-utils
Releases · thorgate/tg-utils
Version 1.0.2
Version 1.0.1
- Add mixin for custom django admin actions not requiring queryset
- Add support for customizing CeleryBeat health-check task signature
Version 1.0.0
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
andYuglifyJsFilter
compression filters - Replace
django.conf.urls.url()
withdjango.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
- Allow usage with Django 3.0
Version 0.7.6
Fix issue in celery beat health check when cache failing would bring down the whole project
Version 0.7.5
Fix issue in celery beat health check when celery failing would bring down the whole project
Version 0.7.4
- Add
ReadOnlyAdminMixin
for Django admin views - Add a decorator for annotating admin methods (
annotate_admin_method
)
Version 0.7.3
- Make celery beat health-check error message more comprehensive
Version 0.7.2
- Bugfix: Prevent celery beat health-check from false-failing initially. Thanks @iharthi
Version 0.7.1
- Add extra require for
hashids
. - Fix usage of deprecated from
hashids
.