revsys / django-health-check

a pluggable app that runs a full check on the deployment, using a number of plugins to check e.g. database, queue server, celery processes, etc.

Home Page:https://readthedocs.org/projects/django-health-check/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BUG: 3.16.5 breaks django 4.0.5

jacksbox opened this issue · comments

installed:
django-health-checks: 3.16.5
django: 4.0.5

python manage.py commands throw following error: ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation' (in health_check/apps.py)

Hi @jacksbox, I'm not the maintainer of this project and I'm just trying to reproduce the error you mentioned but I couldn't get it. Looking in the project code I didn't find any ugettext_lazy import references. Could you check again if this error is not coming from your personal project?

Using 3.17.0 or 3.18.0 should solve this.