mixxorz/django-service-objects

ImportError: cannot import name 'ungettext_lazy' from 'django.utils.translation'

Closed this issue · 1 comments

Hi! In Django 4 ugettext_lazy has been removed Now you should use gettext_lazy

This actions fix it:
service_objects/fields.py
Screenshot_359