django / django-localflavor

Country-specific Django helpers, formerly of contrib fame

Home Page:https://django-localflavor.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RemovedInDjango40Warning on django.utils.translation.gettext_lazy

rwillmer opened this issue · comments

If I run pytest on code which includes django-localflavor 2.2, I get multiple occurrences of this error.

python3.7/site-packages/localflavor/gb/gb_regions.py:179: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().
    ("Stirling", _("Stirling")),

I'll submit a PR to fix it.

It's already fixed, so no PR needed :)