PyAr / pyarweb

El sitio web de Python Argentina
http://python.org.ar
Apache License 2.0
81 stars 99 forks source link

Moved from ugettext(_lazy) to gettext(_lazy). #577

Closed facundobatista closed 1 year ago

facundobatista commented 1 year ago

This is to avoid zillion messages like this when running tests:

/home/runner/work/pyarweb/pyarweb/events/models.py:50: RemovedInDjango40Warning: django.utils.translation.ugettext_lazy() is deprecated in favor of django.utils.translation.gettext_lazy().