django / django-localflavor

Country-specific Django helpers, formerly of contrib fame
https://django-localflavor.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
828 stars 290 forks source link

RemovedInDjango40Warning on django.utils.translation.gettext_lazy #396

Closed rwillmer closed 4 years ago

rwillmer commented 4 years ago

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.

rwillmer commented 4 years ago

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