Closed zain closed 4 years ago
Running the latest Django, I get the following warning:
/.../python3.8/site-packages/django_jinja/backend.py:80: RemovedInDjango40Warning: smart_text() is deprecated in favor of smart_str(). return smart_text(token)
~While you are there~:
jinja2/runtime.py:289: RemovedInDjango40Warning: django.utils.translation.ugettext() is deprecated in favor of django.utils.translation.gettext()
Sorry, that's in jinja2 itself...
Running the latest Django, I get the following warning: