Skip to content

Django 4 doesn't support ugettextlazy #14

@alex-pythonista

Description

@alex-pythonista

Django 4 doesn't support ugettextlazy. Consider updating your settings.py file in line 4.
Replace: from django.utils.translation import ugettext_lazy as _
with: form django.utils.translation import gettext_lazy as _

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions