openwisp / django-rest-framework-gis

Geographic add-ons for Django REST Framework. Maintained by the OpenWISP Project.
http://openwisp.org
MIT License
1.07k stars 200 forks source link

Replace ugettext_lazy usages with gettext_lazy #265

Closed gbip closed 2 years ago

gbip commented 2 years ago

ugettext_lazy has been deprecated since 3.0, and django 4.0 removed it thus making this library unusable with django 4.0.

This change should not break anything as from my understanding, ugettext was there for Python 2 compatibility.

devkapilbansal commented 2 years ago

Thanks @gbip for your contribution. Closing this PR as #266 will deal with it